Help with Cookie

2001-06-04 Thread Bird Lei
*Sometimes* my script cannot get the cookie info. I just wondering if this could be problems *other than* my script (eg ISP's caching, and so on). I am using CGI.pm to read cookie. The script that has problem is output the content of an image, that is, the users have to login to view the image.

Re: Help with Cookie

2001-06-04 Thread Issac Goldstand
Sometimes, that's a result of setting the path of the cookie incorrectly... see CGI::Cookie or Apache::Cookie for details on how to set them... Issac - Original Message - From: Bird Lei To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 09:54 Subject: Help

Re: Help with Cookie

2001-06-04 Thread Bird Lei
Goldstand wrote: Sometimes, that's a result of setting the path of the cookie incorrectly... see CGI::Cookie or Apache::Cookie for details on how to set them... Issac - Original Message - From: Bird Lei To: [EMAIL PROTECTED] Sent: Monday, June 04, 2001 09:54 Subject: Help with Cookie