Documentation

SessionAuthenticationStrategy
in package
implements SessionAuthenticationStrategyInterface

The default session strategy implementation.

Supports the following strategies: NONE: the session is not changed MIGRATE: the session id is updated, attributes are kept INVALIDATE: the session id is updated, attributes are lost

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Interfaces

SessionAuthenticationStrategyInterface
SessionAuthenticationStrategyInterface.

Constants

INVALIDATE  = 'invalidate'
MIGRATE  = 'migrate'
NONE  = 'none'

Properties

$csrfTokenStorage  : ClearableTokenStorageInterface|null
$strategy  : string

Methods

__construct()  : mixed
onAuthentication()  : mixed
This performs any necessary changes to the session.

Constants

Properties

Methods


        
On this page

Search results