HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/share/ri/3.0.0/system/CGI/Cookie/new-c.ri
U:RDoc::AnyMethod[iI"new:ETI"CGI::Cookie::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"%Create a new CGI::Cookie object.;To:RDoc::Markup::BlankLineo:RDoc::Markup::List:
@type:	NOTE:@items[o:RDoc::Markup::ListItem:@label[I"+name_string+;T;	[o;
;	[I"BThe name of the cookie; in this form, there is no #domain or ;TI"K#expiration.  The #path is gleaned from the +SCRIPT_NAME+ environment ;TI"$variable, and #secure is false.;To;;[I"<tt>*value</tt>;T;	[o;
;	[I"*value or list of values of the cookie;To;;[I"+options_hash+;T;	[
o;
;	[I"HA Hash of options to initialize this Cookie.  Possible options are:;T@o;;
;;[o;;[I"	name;T;	[o;
;	[I"'the name of the cookie.  Required.;To;;[I"
value;T;	[o;
;	[I"*the cookie's value or list of values.;To;;[I"	path;T;	[o;
;	[I":the path for which this cookie applies.  Defaults to ;TI"9the value of the +SCRIPT_NAME+ environment variable.;To;;[I"domain;T;	[o;
;	[I".the domain for which this cookie applies.;To;;[I"expires;T;	[o;
;	[I"?the time at which this cookie expires, as a +Time+ object.;To;;[I"secure;T;	[o;
;	[I"?whether this cookie is a secure cookie or not (default to ;TI";false).  Secure cookies are only transmitted to HTTPS ;TI"
servers.;To;;[I"
httponly;T;	[o;
;	[I"@whether this cookie is a HttpOnly cookie or not (default to;To:RDoc::Markup::Verbatim;	[I"@false).  HttpOnly cookies are not available to javascript.
;T:@format0o;
;	[I"BThese keywords correspond to attributes of the cookie object.;T:
@fileI"lib/cgi/cookie.rb;T:0@omit_headings_from_table_of_contents_below0I"=Cookie.new(name_string,*value)
Cookie.new(options_hash)
;T0[I"(name = "", *value);T@dTI"Cookie;TcRDoc::NormalClass00