RE: [phplib] session timing out From: Thai Thanh Ha (thaiha <email protected>)
Date: 09/13/00

     Hi Pat,
  That isn't the session has timed out. You must relogin because the
*authentication* has expired, not session. If you don't want to relogin
after an idle time, you must set lifetime variable (in the class inherited
from Auth)to 0. If set to 0, the authentication never expires (as long as
the session remains active) (phplib-7.2c/doc/documentation-3.html#ss3.9).

  Regards,
  Thai

-----Original Message-----
From: Pat McCarthy [mailto:pat <email protected>]
Sent: Wednesday, September 13, 2000 11:22 AM
To: phplib <email protected>
Subject: [phplib] session timing out

Hi All,

I'm using PHPLIB version 7.2 and I'm having a problem with sessions timing
out too
early. For example, someone will login, and start to fill out a form in the
site's
protected area, then if they leave their computer for a few minutes, and
come back
and finish the form and submit, they are asked to login again because the
session
has timed out. How can I change the session to last longer? I found the
spot where
you enter a "0" for session length cookies, but even on that setting I had
the same
problem.

Any suggestions?

Pat McCarthy
(541) 344-4032

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>