RE: [PHP] Cookies won't stick

2001-11-02 Thread Johnson, Kirk
If the cookie lifetime is set to 0, then it is a "session" cookie, and it persists until the browser is closed. Kirk > -Original Message- > From: jennyw [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 12:48 PM > To: [EMAIL PROTECTED] > Subject:

[PHP] Cookies won't stick

2001-11-02 Thread jennyw
For some reason, when I tried using setcookie(), cookies wouldn't stick around. When I added an expiration time, cookies started sticking around, but ... I thought that if you didn't provide an expiration they were supposed to stick around indefinitely? Thanks! Jen -- PHP General Mailing L