I keep having to reauthenticate?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
tmpuzer
Posts: 4
Joined: 15 May 2008, 23:11

I keep having to reauthenticate?

Post by tmpuzer »

I keep having to re-authenticate peridocially. How can I extend the session length?
NT
Posts: 21
Joined: 30 Oct 2007, 13:35

Re: I keep having to reauthenticate?

Post 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.
tmpuzer
Posts: 4
Joined: 15 May 2008, 23:11

Re: I keep having to reauthenticate?

Post by tmpuzer »

Thanks, I'll try that.
Post Reply