Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
AppserverIo
Appserver
ServletEngine
Session
SessionHandlerInterface
save
AppserverIo\Appserver\ServletEngine\Session\SessionHandlerInterface::save PHP Method
SessionHandlerInterface Interface Documentation
Mostrar archivo
Open project: appserver-io/appserver
save()
public
method
Saves the passed session to the persistence layer.
public
save
(
AppserverIo\Psr\Servlet\ServletSessionInterface
$session
) :
void
$session
AppserverIo\Psr\Servlet\ServletSessionInterface
The session to save
return
void
public function save(ServletSessionInterface $session);
SessionHandlerInterface
collectGarbage
delete
getSessionMarshaller
getSessionSettings
load
save