Ubiquity 2.5.2
php rapid development framework
|
Default php session. More...
Public Member Functions | |
set (string $key, $value) | |
get (string $key, $default=null) | |
start (string $name=null) | |
terminate () | |
isStarted () | |
exists (string $key) | |
getAll () | |
delete (string $key) | |
regenerateId (bool $deleteOldSession=false) | |
Re-generates the session id. | |
visitorCount () | |
Public Member Functions inherited from AbstractSession | |
__construct (?VerifySessionCsrfInterface $verifyCsrf=null) | |
getVerifyCsrf () | |
Additional Inherited Members | |
Protected Attributes inherited from AbstractSession | |
string | $name |
VerifySessionCsrfInterface | $verifyCsrf |
Default php session.
Ubiquity\utils\http\session$PhpSession This class is part of Ubiquity
Definition at line 14 of file PhpSession.php.
delete | ( | string | $key | ) |
Reimplemented from AbstractSession.
Definition at line 63 of file PhpSession.php.
exists | ( | string | $key | ) |
Reimplemented from AbstractSession.
Definition at line 55 of file PhpSession.php.
get | ( | string | $key, |
$default = null |
|||
) |
Reimplemented from AbstractSession.
Definition at line 20 of file PhpSession.php.
getAll | ( | ) |
Reimplemented from AbstractSession.
Definition at line 59 of file PhpSession.php.
isStarted | ( | ) |
Reimplemented from AbstractSession.
Definition at line 51 of file PhpSession.php.
regenerateId | ( | bool | $deleteOldSession = false | ) |
Re-generates the session id.
boolean | $deleteOldSession | if true, deletes the old session |
Reimplemented from AbstractSession.
Definition at line 67 of file PhpSession.php.
set | ( | string | $key, |
$value | |||
) |
Reimplemented from AbstractSession.
Definition at line 16 of file PhpSession.php.
start | ( | string | $name = null | ) |
Reimplemented from AbstractSession.
Definition at line 24 of file PhpSession.php.
terminate | ( | ) |
Reimplemented from AbstractSession.
Definition at line 37 of file PhpSession.php.
visitorCount | ( | ) |
Reimplemented from AbstractSession.
Definition at line 71 of file PhpSession.php.