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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -