AppserverIo\Appserver\ServletEngine\Session\SessionHandlerInterface::load PHP Méthode

load() public méthode

Loads the session with the passed ID from the persistence layer and returns it.
public load ( string $id ) : AppserverIo\Psr\Servlet\ServletSessionInterface
$id string The ID of the session we want to unpersist
Résultat AppserverIo\Psr\Servlet\ServletSessionInterface The unpersisted session
    public function load($id);