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

cookies are stored in the clients browser cache, so there won't be anything like cgi-bin. read the docs for cookies. Cause javascripts can read in fact through a bug nearly all files on your hard drive but shouldn't. cookies get only sent back to whom created them, that is the server. So what kind o cookie do you have to set, that a javascript would be allowed to access (referring to docs)?

Originally posted as a Categorized Answer.

  • Comment on Re: How can I get Javascript to read CGI-generated cookies