class CGI::Session

def update

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