Re: [PHP] how can I logout autamaitcally (using session)

2003-07-02 Thread sunwei
-unregister.php *sigh* Please people, think and at least do the simplest of searching on the site before firing off an email to 10,000 people on this list. -Original Message- From: sunwei [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:13 PM To: [EMAIL PROTECTED] Subject: [PHP] how can I

Re: [PHP] how can I logout autamaitcally (using session)

2003-07-02 Thread Jim Lucas
Subject: Re: [PHP] how can I logout autamaitcally (using session) > On Jul 2, 2003, "Hardik Doshi" claimed that: > > |Hi, > | > |You can add last_request_time variable into the > |session when user logs into the system. Initially set > |the time at which user logs

Re: [PHP] how can I logout autamaitcally (using session)

2003-07-02 Thread Jeff Harris
On Jul 2, 2003, "Hardik Doshi" claimed that: |Hi, | |You can add last_request_time variable into the |session when user logs into the system. Initially set |the time at which user logs in to the system. Now |every user click you need to check your |last_request_time with the current_time. If the |

Re: [PHP] how can I logout autamaitcally (using session)

2003-07-02 Thread Hardik Doshi
t; From: "Kris Yates" <[EMAIL PROTECTED]> > To: "sunwei" <[EMAIL PROTECTED]> > Sent: Tuesday, July 01, 2003 2:30 PM > Subject: Re: [PHP] how can I logout autamaitcally > (using session) > > > > I presume you are running Apache. Apache cannot &

Re: [PHP] how can I logout autamaitcally (using session)

2003-07-01 Thread sunwei
unwei" <[EMAIL PROTECTED]> Sent: Tuesday, July 01, 2003 2:30 PM Subject: Re: [PHP] how can I logout autamaitcally (using session) > I presume you are running Apache. Apache cannot detect a browser > closing. The user would have to click a logout button, which would > execu

RE: [PHP] how can I logout autamaitcally (using session)

2003-07-01 Thread Daevid Vincent
site before firing off an email to 10,000 people on this list. > -Original Message- > From: sunwei [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 01, 2003 2:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP] how can I logout autamaitcally (using session) > > > when t

[PHP] how can I logout autamaitcally (using session)

2003-07-01 Thread sunwei
when the user close all the IE windows, should the session be destroyed autamatically? it seems in my website, the session is not destroyed autamatically, so that other people open the IE and see that he can access the website without logging in. so what I should do? thanks a lot for any help