[PHP] timing a session

2003-08-23 Thread Damian Brown
Hi, i haven't looked into it properly yet, but is there a way in PHP of recording the length of time a visitor stays on your website i can record the entry, but i don't know how to record the exit time Regards, Damian www.phpexpert.org UK FREEphone 0800 019 0924 -- PHP General Mailing List

Re: [PHP] timing a session

2003-08-23 Thread Matthias Nothhaft
Damian Brown wrote: Hi, i haven't looked into it properly yet, but is there a way in PHP of recording the length of time a visitor stays on your website i can record the entry, but i don't know how to record the exit time There is no way to get this exactly! You cannot record the time a user is

Re: [PHP] timing a session

2003-08-23 Thread John W. Holmes
Damian Brown wrote: i haven't looked into it properly yet, but is there a way in PHP of recording the length of time a visitor stays on your website i can record the entry, but i don't know how to record the exit time There's really no way to do this, only ways to estimate the time. Assign each

[PHP] Timing out session cookies

2002-05-07 Thread Sear, Mick
Hi, How do I set an expiration time on a session cookie? I basically want to log users out automatically after a period of inactivity. Cheers, Mick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php