Print this pagePrint this page

The administration logs us out quicker than we'd like


There is a "session.cookie_lifetime" setting in php.ini which you can increase to a larger value then admin session will last longer.

For example, you can upload php.ini file to 'admin' folder with one line below
session.gc_maxlifetime = 3600

It should increase session timeout for administrator up to 1 hour.