|
Ubiquity 2.5.2
php rapid development framework
|
Ubiquity\utils\http\session$AbstractSession This class is part of Ubiquity. More...
Inheritance diagram for AbstractSession:Public Member Functions | |
| __construct (?VerifySessionCsrfInterface $verifyCsrf=null) | |
| get (string $key, $default=null) | |
| set (string $key, $value) | |
| terminate () | |
| start (string $name=null) | |
| isStarted () | |
| exists (string $key) | |
| getAll () | |
| delete (string $key) | |
| visitorCount () | |
| regenerateId (bool $deleteOldSession=false) | |
| Re-generates the session id. | |
| getVerifyCsrf () | |
Protected Attributes | |
| string | $name |
| VerifySessionCsrfInterface | $verifyCsrf |
Ubiquity\utils\http\session$AbstractSession This class is part of Ubiquity.
Definition at line 16 of file AbstractSession.php.
| __construct | ( | ?VerifySessionCsrfInterface | $verifyCsrf = null | ) |
Definition at line 20 of file AbstractSession.php.
|
abstract |
Reimplemented in PhpSession.
|
abstract |
Reimplemented in PhpSession.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
| getVerifyCsrf | ( | ) |
Definition at line 51 of file AbstractSession.php.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
| regenerateId | ( | bool | $deleteOldSession = false | ) |
Re-generates the session id.
| boolean | $deleteOldSession | if true, deletes the old session |
Reimplemented in MultisiteSession, and PhpSession.
Definition at line 47 of file AbstractSession.php.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
|
abstract |
Reimplemented in PhpSession.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
|
abstract |
Reimplemented in MultisiteSession, and PhpSession.
|
protected |
Definition at line 17 of file AbstractSession.php.
|
protected |
Definition at line 18 of file AbstractSession.php.