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

delete() 공개 메소드

Deletes the session with the passed ID from the persistence layer.
public delete ( string $id ) : void
$id string The ID of the session we want to delete
리턴 void
    public function delete($id);