adjust ACP timeout

Ryan Kent

Well-known member
I would like to increase the amount of time offered before the ACP times out and I need to log back in. Where can I find this setting please?
 
In XenForo_Session
line 142

'lifetime' => (XenForo_Application::debugMode() ? 86400 : 3600) // longer lifetime in debug mode to get in the way less
 
Forgive my noobness but...

Xenforo_Session is what? a file on the server? If so, can you direct me to the location? I did a server search and could not locate a file with that name.
 
Top Bottom