\Yesf\HttpSessionHandler

Summary

Methods
Properties
Constants
__construct()
open()
close()
destroy()
gc()
read()
write()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$cache
$lifetime
N/A

Properties

$cache

$cache : \Psr\SimpleCache\CacheInterface

Type

\Psr\SimpleCache\CacheInterface — Cache Handler

$lifetime

$lifetime : integer

Type

integer — Session lifetime

Methods

__construct()

__construct(\Psr\SimpleCache\CacheInterface  $cache) 

Parameters

\Psr\SimpleCache\CacheInterface $cache

open()

open(  $save_path,   $session_name) 

Parameters

$save_path
$session_name

close()

close() 

destroy()

destroy(  $session_id) 

Parameters

$session_id

gc()

gc(  $maxlifetime) 

Parameters

$maxlifetime

read()

read(  $session_id) 

Parameters

$session_id

write()

write(  $session_id,   $session_data) 

Parameters

$session_id
$session_data