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

delete() public méthode

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
Résultat void
    public function delete($id);