class CGI::Session

def close

For some session storage types, this is a no-op.
Store session data on the server and close the session storage.
def close
  @dbman.close
  @dbprot.clear
end