AppserverIo\Appserver\ServletEngine\Session\SessionHandlerInterface::load PHP 메소드

load() 공개 메소드

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
리턴 AppserverIo\Psr\Servlet\ServletSessionInterface The unpersisted session
    public function load($id);