AppserverIo\Appserver\ServletEngine\Session\SessionHandlerInterface::delete PHP Method

delete() public method

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