Cookie.new(name_string,*value)Cookie.new(options_hash)
Class Public methods
Create a new CGI::Cookie object.
name_string
The name of the cookie; in this form, there is no domain or expiration. The path is gleaned from the
SCRIPT_NAME environment variable, and secure is false.
*value
value or list of values of the cookie
options_hash
A Hash of options to initialize this Cookie. Possible options are:
name
the name of the cookie. Required.
value
the cookie's value o