Ruby CGI::Session Functions

EditRocket provides the following information on CGI::Session functions in the Ruby source code builder.

close() - Store session data on the server and close the session storage. For some session storage types, this is a no-op.

delete() - Delete the session from storage. Also closes the storage.

new(request, option={}) - Create a new CGI::Session object for request.

update() - Store session data on the server. For some session storage types, this is a no-op.