Page 1 of 1

I keep having to reauthenticate?

Posted: 16 May 2008, 22:57
by tmpuzer
I keep having to re-authenticate peridocially. How can I extend the session length?

Re: I keep having to reauthenticate?

Posted: 19 May 2008, 20:04
by NT
Hi

The session length is set in file core/constant_inc.php

Change the line

Code: Select all

define( 'TOKEN_EXPIRY_AUTHENTICATED', 5*60 );
This line sets the reauthentication interval to 5 minutes.

Re: I keep having to reauthenticate?

Posted: 21 May 2008, 17:51
by tmpuzer
Thanks, I'll try that.