Re[2]: [PHP] Logging out and session ids

2002-11-29 Thread Tom Rogers
Hi, I have never bothered with the cookie, I only delete the server side info. -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Logging out and session ids

2002-11-29 Thread Gerard Samuel
Tom Rogers wrote: Hi, Friday, November 29, 2002, 4:58:02 PM, you wrote: GS> I was just going through the archive. Seems this comes up enough for me GS> to think I have something wrong. GS> A simplistic code flow of events... GS> GS> session_start(); GS> // user successfully logs in, set a se

Re: [PHP] Logging out and session ids

2002-11-29 Thread Tom Rogers
Hi, Friday, November 29, 2002, 4:58:02 PM, you wrote: GS> I was just going through the archive. Seems this comes up enough for me GS> to think I have something wrong. GS> A simplistic code flow of events... GS> session_start(); GS> // user successfully logs in, set a session variable GS> $_SES

[PHP] Logging out and session ids

2002-11-28 Thread Gerard Samuel
I was just going through the archive. Seems this comes up enough for me to think I have something wrong. A simplistic code flow of events... session_start(); // user successfully logs in, set a session variable $_SESSION['user_id']; // when the user logs out, destroy session and redirect to to