See your php.ini file:

; After this number of seconds, stored data will be seen as 'garbage' and
; cleaned up by the garbage collection process.
session.gc_maxlifetime = 1440

On Thu, 27 Jun 2002, Jefferson Cowart wrote:

> I'm writing a web application in which I would like the session to
> expire after a certain amount of idle time. I tried using the
> session_set_cookie_params function but that is time from session start.
> How would I go about doing idle time?
>
> ----------------
> Thanks
> Jefferson Cowart
> [EMAIL PROTECTED]
>
> Support Open Instant Messaging Protocols
> http://www.petitiononline.com/openIM/petition.html
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to