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


in reply to How can I get Javascript to read CGI-generated cookies

I think the problem is with the 'path' attribute. When I look at the cookie, the path appears as /cgi-bin/ which of course makes sense, but I'm not sure how to make sure that the path get's set as '/', even though I've specified it in the script. Should I set an absolute path?
  • Comment on Re: How can I get Javascript to read CGI-generated cookies