mediatekformation

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

Interfaces, Classes, Traits and Enums

SessionAuthenticationStrategyInterface
SessionAuthenticationStrategyInterface.

Table of Contents

INVALIDATE  = 'invalidate'
MIGRATE  = 'migrate'
NONE  = 'none'
$strategy  : mixed
__construct()  : mixed
onAuthentication()  : mixed
This performs any necessary changes to the session.

Constants

Properties

Methods

Search results