CookieStorage
class CookieStorage implements UserStorage
Cookie storage for Nette\Security\User object.
Constants
MIN_LENGTH |
|
Methods
void
void
clearAuthentication(bool $clearIdentity)
Removed authenticated state of user.
array
getState()
Returns user authenticated state, identity and logout reason.
void
setExpiration(string|null $expire, bool $clearIdentity)
Enables log out from the persistent storage after inactivity (like '20 minutes').
setCookieParameters(string $name = null, string $domain = null, string $sameSite = null)
No description
Details
at line 52
void
saveAuthentication(IIdentity $identity)
Sets the authenticated state of user.
at line 68
void
clearAuthentication(bool $clearIdentity)
Removed authenticated state of user.
at line 78
array
getState()
Returns user authenticated state, identity and logout reason.
at line 88
void
setExpiration(string|null $expire, bool $clearIdentity)
Enables log out from the persistent storage after inactivity (like '20 minutes').
at line 94
setCookieParameters(string $name = null, string $domain = null, string $sameSite = null)
Traits
Strict class for better experience.