RE: [PHP] getting sessions lifetime

2001-04-29 Thread Taylor, Stewart
You can get the lifetime of a session cookie by calling the get_cookie_params function http://www.php.net/manual/en/function.session-get-cookie-params.php. How do you propose to hit a hidden frame just before the session times out? A better solution would be to increase the session cookie

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 increase the session