= private = protected
close()
Store session data on the server and close the session storage. For some session storage types, this is a no-op.
# File lib/cgi/session.rb, line 329 def close @dbman.close @dbprot.clear end