CompositeSessionManager
FinalYes
Table of Contents
Constants
- EVENT_REGENERATE_SESSION_ID = 'onRegenerateSessionId'
Methods
- __construct() : mixed
- CompositeSessionManager constructor.
- clear() : void
- destroy() : void
- regenerateId() : void
- start() : void
Constants
EVENT_REGENERATE_SESSION_ID
public
mixed
EVENT_REGENERATE_SESSION_ID
= 'onRegenerateSessionId'
Methods
__construct()
CompositeSessionManager constructor.
public
__construct(SessionInterface $kernelSession, SessionInterface $session) : mixed
Parameters
- $kernelSession : SessionInterface
- $session : SessionInterface
clear()
public
clear() : void
destroy()
public
destroy() : void
regenerateId()
public
regenerateId() : void
start()
public
start() : void