19 declare(strict_types=1);
77 $token = bin2hex(random_bytes(32));
79 $token = md5(uniqid((
string) time(),
true));
static get(string $a_var)
fetchToken()
Returns the currently stored token from the session.
const PARAM_CSRF_TOKEN
$_GET request parameter names, used throughout ilCtrl.
storeToken(ilCtrlTokenInterface $token)
Stores the given token in the curren session.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilCtrlToken is responsible for generating and storing unique CSRF tokens.
Class ilCtrlTokenRepository.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static set(string $a_var, $a_val)
Set a value.
generateToken()
Returns a cryptographically secure token.