17 public function init(): void {}
19 public function
start(): void {}
21 public function
clear(): void {}
To be Used only if no Csrf protection of the session is required.
init()
Creates the Csrf token and adds it to the session.
clear()
Removes the actual csrftoken.
static getLevel()
Get security level.
start()
Called wjen the session is started.
Ubiquity\utils\http\session\protection$VerifyCsrfInterface This class is part of Ubiquity.