class CGI::Session::PStore

def close

Update and close the session's PStore file.
def close
  update
end