[PHP] SESSION's from common computers

2002-06-28 Thread César Aracena
Hi all. I have a question about sessions… which is the best way to close a session if one it’s opened for a certain user and then this user changes to another computer? I guess that I could manage with session_start_time and session_end_time fields in the DB, and tell the script to see if the

RE: [PHP] SESSION's from common computers

2002-06-28 Thread John Holmes
General List Subject: [PHP] SESSION's from common computers Hi all. I have a question about sessions… which is the best way to close a session if one it’s opened for a certain user and then this user changes to another computer? I guess that I could manage with session_start_time

RE: [PHP] SESSION's from common computers

2002-06-28 Thread César Aracena
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 computers You really can't do anything besides saying

RE: [PHP] SESSION's from common computers

2002-06-28 Thread John Holmes
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 if someone else grabs the computer that my user