new(request, option={})
Class Public methods
Create a new CGI::Session object for
request.
request is an instance of the CGI class (see
cgi.rb). option is a hash of options for initialising this CGI::Session instance. The following options are
recognised:
session_key
the parameter name used for the session id. Defaults to
'_session_id'.
#session_id
the session id to use. If not provided, then it is retrieved from the
session_key parameter of the request, or automatically
ge