Re: fetch CGI::Cookie Troubleshooting

2002-07-29 Thread Wiggins d'Anconia
Path problem possibly?? WHen creating a cookie you may pass it a path so that only scripts located under that path then receive the cookie from the browser, I believe it defaults to the current level of the *setting* script, are both your scripts being called from the same place, and/or are y

fetch CGI::Cookie Troubleshooting

2002-07-29 Thread John Pitchko
Hey guys, I am having trouble when accessing cookies we've created. I am using = CGI::Cookie in a script to generate the cookie and send it to the browser. = This seems to work fine, as the cookie is then saved and I can see it in = my local Cookies folder on my computer. However, when using the