Méthode |
Description |
|
collectGarbage ( ) : integer |
Collects the garbage by deleting expired sessions. |
|
delete ( string $id ) : void |
Deletes the session with the passed ID from the persistence layer. |
|
getSessionMarshaller ( ) : AppserverIo\Appserver\ServletEngine\SessionMarshallerInterface |
Returns the session marshaller. |
|
getSessionSettings ( ) : AppserverIo\Appserver\ServletEngine\SessionSettingsInterface |
Returns the session settings. |
|
load ( string $id ) : AppserverIo\Psr\Servlet\ServletSessionInterface |
Loads the session with the passed ID from the persistence layer and
returns it. |
|
save ( AppserverIo\Psr\Servlet\ServletSessionInterface $session ) : void |
Saves the passed session to the persistence layer. |
|