How to disable TYPO3 backend logout screen -


i want disable logout feature. want stay logged in lifetime. tried :

set [fe][lifetime] = 86400 (at least 1 day) set [fe][permalogin] = 2 set [be][lockip]=0 set [be][sessiontimeout] = 3600  

but system quicks me out in few min.

try use below typoscript.

['be']['sessiontimout'] 3600*24*7 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -