Aramaech Posted December 17, 2021 Posted December 17, 2021 Some kind of indicator that the session has timed out would be really nice. Particularly because when you're working in the customize html and css templates, and you let it sit for a while as you look something up and then come back, it's easy to do a bunch of work in there while it's timed out, then click save to save your file and lose everything you just did. SeNioR- and OptimusBain 2
Sonya* Posted December 17, 2021 Posted December 17, 2021 There are two ways about it. Disable a session timeout in ACP in constants.php: // Disable ACP session timeout? 'DEV_DISABLE_ACP_SESSION_TIMEOUT' => FALSE, Or use Designer Mode to edit HTML in IDE for larger, more complex changes. Aramaech, SeNioR- and OptimusBain 2 1
OptimusBain Posted December 18, 2021 Posted December 18, 2021 On 12/17/2021 at 6:57 AM, Sonya* said: There are two ways about it. Disable a session timeout in ACP in constants.php: // Disable ACP session timeout? 'DEV_DISABLE_ACP_SESSION_TIMEOUT' => FALSE, Or use Designer Mode to edit HTML in IDE for larger, more complex changes. That helped me as well. Thanks so much. Sonya* 1
SeNioR- Posted December 18, 2021 Posted December 18, 2021 On 12/17/2021 at 1:42 AM, Aramaech said: then click save to save your file and lose everything you just did. I know it. It happened to me many times. @Sonya* Thanks. Aramaech 1
Aramaech Posted December 18, 2021 Author Posted December 18, 2021 53 minutes ago, SeNioR- said: I know it. It happened to me many times. @Sonya* Thanks. I feel bad even liking that comment because I know how bad it sucks lol
ZLTRGO Posted December 18, 2021 Posted December 18, 2021 Is there a way to change the session timeout? not just in dev mode? :o I would like to increase it a bit.
Recommended Posts