http://www.perlmonks.org?node_id=222916


in reply to Re: Re: (nrd) Cookie expires inaccurately
in thread Cookie expires inaccurately

It will give you the correct time because it will use GMT.

You can always check if cookies are set by telneting to your server using port 80, then typing "GET /document.html" replacing "document.html" with the path of your file or CGI. (ie. "GET /cgi-bin/index.pl" or "HEAD /cgi-bin/index.pl" to get just the headers.)

Hope this helps.

John J Reiser
newrisedesigns.com