Re: [PHP] Sessions, how they exist and die

2002-07-25 Thread Tech Support
AIL PROTECTED]> To: "'PHP'" <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 9:15 AM Subject: [PHP] Sessions, how they exist and die > My question is, if I have a user on my web site, and they leave and come > back does their session still exist? the file in t

[PHP] Sessions, how they exist and die

2002-07-25 Thread Matt Babineau
My question is, if I have a user on my web site, and they leave and come back does their session still exist? the file in the /tmp folder exists until it is deleted by the OS? If the user comes back will they get assigned the same session they had before? I know the questions are pretty newbish bu