SessionAuthenticationStrategy
SessionAuthenticationStrategy
class SessionAuthenticationStrategy 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
Constants
NONE | |
MIGRATE | |
INVALIDATE |
Methods
__construct($strategy) | ||
onAuth
|