Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (\SessionHandlerInterface $sessionHandler) | |
destroySession (string $sessionId) | |
destroySessions (array $sessionIds) | |
Attributs privés | |
$sessionHandler | |
Manager for interacting with the session handler to perform updates on sessions.
__construct | ( | \SessionHandlerInterface | $sessionHandler | ) |
SessionManager constructor.
\SessionHandlerInterface | $sessionHandler | Session handler. |
destroySession | ( | string | $sessionId | ) |
Destroys the given session ID.
string | $sessionId | The session ID to destroy. |
destroySessions | ( | array | $sessionIds | ) |
Destroys the given session IDs.
string[] | $sessionIds The session IDs to destroy. |
Références $result.
|
private |