RE: [PHP] SESSION's from common computers

2002-06-28 Thread John Holmes
erson log in. ---John Holmes... > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 29, 2002 2:11 AM > To: 'PHP General List' > Subject: RE: [PHP] SESSION's from common computers > > Got it but... What happens i

RE: [PHP] SESSION's from common computers

2002-06-28 Thread César Aracena
t the cookie tells it? I mean by his username. C. > -Original Message- > From: John Holmes [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 29, 2002 2:36 AM > To: 'César Aracena'; 'PHP General List' > Subject: RE: [PHP] SESSION's from common comput

RE: [PHP] SESSION's from common computers

2002-06-28 Thread John Holmes
You really can't do anything besides saying that after X minutes, well, you were idle, so restart your session. Once you send them the page, you don't know if they are reading it or have left the table. All you can do is decide on the next request whether too much time has passed. As for the new