Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
The Old Man Posted October 23, 2020 Posted October 23, 2020 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! Derzhis 1
Solution DawPi Posted October 23, 2020 Solution Posted October 23, 2020 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/ The Old Man 1
Recommended Posts