Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Printer Friendly Tell a Friend

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.