in reply to Re^2: Yet another question about cookies.
in thread Yet another question about cookies.
My guess is that there's some bug in your cookie code, and Mozilla is willing to ignore it while MSIE isn't. You can read through the HTTP cookie specifications carefully, look for some example code, compare your code to working code, etc. Or you can use a module like CGI::Cookie, where the author has already done all of this work for you.
|
|---|