CookieSessionHandler
implements
SessionHandlerInterface
Table of Contents
Interfaces
- SessionHandlerInterface
Methods
-
__construct()
: mixed
-
close()
: bool
-
destroy()
: bool
-
gc()
: int
-
getResponse()
: HttpResponse
-
open()
: bool
-
read()
: mixed
-
setResponse()
: $this
-
write()
: bool
__construct()
public
__construct(int $lifetime[, Request $request = null ]) : mixed
Parameters
-
$lifetime
: int
-
-
$request
: Request
= null
-
close()
public
close() : bool
destroy()
public
destroy(mixed $sessionId) : bool
Parameters
-
$sessionId
: mixed
-
gc()
public
gc(mixed $maxlifetime) : int
Parameters
-
$maxlifetime
: mixed
-
getResponse()
public
getResponse() : HttpResponse
Return values
HttpResponse
open()
public
open(mixed $savePath, mixed $name) : bool
Parameters
-
$savePath
: mixed
-
-
$name
: mixed
-
read()
public
read(mixed $sessionId) : mixed
Parameters
-
$sessionId
: mixed
-
setResponse()
public
setResponse(HttpResponse $response) : $this
Parameters
-
$response
: HttpResponse
-
write()
public
write(mixed $sessionId, mixed $sessionData) : bool
Parameters
-
$sessionId
: mixed
-
-
$sessionData
: mixed
-