CookieStorage
final class CookieStorage implements UserStorage
Cookie storage for Nette\Security\User object.
Constants
private MinLength |
|
Methods
__construct(IRequest $request, IResponse $response)
No description
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|null $name = null, string|null $domain = null, string|null $sameSite = null)
No description
Details
at line 33
__construct(IRequest $request, IResponse $response)
No description
at line 40
void
saveAuthentication(IIdentity $identity)
Sets the authenticated state of user.
at line 58
void
clearAuthentication(bool $clearIdentity)
Removed authenticated state of user.
at line 68
array
getState()
Returns user authenticated state, identity and logout reason.
at line 81
void
setExpiration(string|null $expire, bool $clearIdentity)
Enables log out from the persistent storage after inactivity (like '20 minutes').
at line 87
setCookieParameters(string|null $name = null, string|null $domain = null, string|null $sameSite = null)
No description