Web Application(Dolibarr) time out

Anyone with an answer, please. The WEB application time out in the shop when open. Is there a way to extend the time out for about 8 Hours while the shop is open or is this a problem with the Web Application. I use chrome.

which version and url are you talking about?

I assume you are talking about your session timeout.

You can check your session timeout by going to Home/Admin Tools/About Security and scroll down to Menu Security Setup which will have how many seconds before the session will timeout.

For eight hours, you would need it to be 28800 seconds.

Scrolling back to the top will give you the path to the php.ini file that you will have to edit .

Hope this helps.

Frank

1 Like

Thank you, will try that

Good! That was exactly what I needed. In my case, the hosting service that I use has a kind of garbage collector that eliminates things like open sessions after a certain amount of time, specified in the public_html/php.ini, parameter session.gc_maxlifetime: This specifies the number of seconds after which data will be seen as “garbage” and potentially cleaned up. I accessed this file through cpanel and multiphp ini editor, and changed the number from 1440 seconds to 7200.