Friday

OpenCart how to increase / set the Admin session timeout

Opencart admin timeout is really short. When you add content half way and back to continue after arranging the stock, all the unsaved content will be lost if you click save. And there is no cache to retrieve. This is super annoying.

Admin timout can most likely be solved by changing the value of session.gc_maxlifetime.
Fine this file in cpanel -> file manager -> public_html -> admin -> php.ini
After opening this file, you will see session.gc_maxlifetime = 12000000;
Change the value to whatever you prefer.

No comments: