class CGI::Session

def delete

upon the session expiring.
Note that the session's data is _not_ automatically deleted

Delete the session from storage. Also closes the storage.
def delete
  @dbman.delete
  @dbprot.clear
end