Jump to content

Featured Replies

Posted

Hello,

Is it possible to prevent In_Dev Theme and Designer's Mode ACP sessions from timing out on localhost?

I go off to read or check something switch tabs back and I can't save my changes as the session has ended.

Many thanks!

 

Solved by DawPi

Go to solution
  • Solution

Since 4.5.4 you have new constant available:

				// Disable ACP session timeout?
				// Disables the ACP session timeout check. Useful for developing where you may
				// get logged out of the ACP in between requests while working.
				// Has no effect if IN_DEV is FALSE
				'DEV_DISABLE_ACP_SESSION_TIMEOUT' => FALSE,

Instructions how to use it:

https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/

  • Author

Sweet, thanks DawPi!

Recently Browsing 0

  • No registered users viewing this page.