[PHP] Wierd cookie behiavor

2001-07-11 Thread david jarvis
I have a logout page that sends this cookie setcookie(membership) So that membership shoud be empty. However, if you login so that the cookie membership is created, and then try to logout without restarting the browser, it wont delete the cookie. But if you restart the browser and try to

RE: [PHP] Wierd cookie behiavor

2001-07-11 Thread scott [gts]
, which (in theory :) will delete the cookie ASAP. -Original Message- From: david jarvis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:38 PM To: [EMAIL PROTECTED] Subject: [PHP] Wierd cookie behiavor I have a logout page that sends this cookie setcookie(membership

RE: [PHP] Wierd cookie behiavor

2001-07-11 Thread scott [gts]
it... -Original Message- From: david jarvis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:54 PM To: scott [gts] Subject: Re: [PHP] Wierd cookie behiavor hmm, still no luck. The problem isnt that the cookie in in memory, the problem is that its still on the hard drive