Property | Type | Description | |
---|---|---|---|
$cookie | |||
$cookieName | |||
$domain | |||
$httpOnly | |||
$lifetime | |||
$path | |||
$request | |||
$response | |||
$secure |
Method | Description | |
---|---|---|
__construct ( string $cookieName, integer $lifetime, string $path = '/', string $domain = null, boolean $secure = false, boolean $httpOnly = true, Psr\Log\LoggerInterface $logger = null ) | ||
close ( ) | ||
destroy ( $sessionId ) | ||
gc ( $maxlifetime ) | ||
onKernelRequest ( |
||
onKernelResponse ( |
||
open ( $savePath, $sessionId ) | ||
read ( $sessionId ) | ||
write ( $sessionId, $sessionData ) |
public __construct ( string $cookieName, integer $lifetime, string $path = '/', string $domain = null, boolean $secure = false, boolean $httpOnly = true, Psr\Log\LoggerInterface $logger = null ) | ||
$cookieName | string | |
$lifetime | integer | |
$path | string | |
$domain | string | |
$secure | boolean | |
$httpOnly | boolean | |
$logger | Psr\Log\LoggerInterface |
public onKernelRequest ( |
||
$e |
public onKernelResponse ( |
||
$e |