RE: [PHP] getting sessions lifetime

2001-04-29 Thread Taylor, Stewart
- From: Jens Kisters [mailto:[EMAIL PROTECTED]] Sent: 29 April 2001 14:27 To: Taylor, Stewart Subject: Re: [PHP] getting sessions lifetime > How do you propose to hit a hidden frame just before the session times out? javascript window.setTimeout > A better solution would be to increa

RE: [PHP] getting sessions lifetime

2001-04-29 Thread Taylor, Stewart
); session_start(); -Stewart -Original Message- From: Jens Kisters [mailto:[EMAIL PROTECTED]] Sent: 29 April 2001 13:06 To: [EMAIL PROTECTED] Subject: [PHP] getting sessions lifetime Hi there! Is there a way to determine the session timeout of the currents servers PHP configuration, e.g. by reading

[PHP] getting sessions lifetime

2001-04-29 Thread Jens Kisters
Hi there! Is there a way to determine the session timeout of the currents servers PHP configuration, e.g. by reading values from the php.ini? i want to manage the timeout of the session myself, no matter what the server is set to, i want to try to hit a session page in a hidden frame just before