Logidav Docs

SessionIdleHandler implements EventSubscriberInterface

Class SessionIdleHandler

Table of Contents

Interfaces

EventSubscriberInterface

Properties

$maxIdleTime  : mixed
$container  : ContainerInterface
$router  : RouterInterface
$securityToken  : TokenStorageInterface
$session  : SessionInterface

Methods

__construct()  : mixed
getSubscribedEvents()  : array<string|int, mixed>|array<string|int, string>
onKernelRequest()  : mixed

Properties

Methods

__construct()

public __construct(ContainerInterface $container, SessionInterface $session, TokenStorageInterface $securityToken, RouterInterface $router) : mixed
Parameters
$container : ContainerInterface
$session : SessionInterface
$securityToken : TokenStorageInterface
$router : RouterInterface

getSubscribedEvents()

public static getSubscribedEvents() : array<string|int, mixed>|array<string|int, string>
Return values
array<string|int, mixed>|array<string|int, string>

onKernelRequest()

public onKernelRequest(GetResponseEvent $event) : mixed
Parameters
$event : GetResponseEvent

        
On this page

Search results