Posted by dean on 10/21/05 11:07
hi
thanks for the reply, unfortunately I am on shared hosting and can't
modify the php.ini file :-(
regards
dean
Peter van Schie wrote:
> dean wrote:
> > hi
> > I have a login system using sessions. Some clients like to stay logged
> > in all day, however if there is no activity for a while the user
> > sessions is lost and they are logged out if they click on any links, is
> > there anyway of extending the life of a session??
> > many thanks
> > dean
> >
>
> Hi Dean,
>
> Check out session.gc_maxlifetime in php.ini.
> The value is in seconds.
>
> Peter.
>
> --
> http://www.phpforums.nl
[Back to original message]
|