user2997418
user2997418

Reputation: 658

How to disable TYPO3 backend logout screen

I want to disable the logout feature. I want stay logged in lifetime. I tried to :

set [FE][lifetime] = 86400 (at least one day)
set [FE][permalogin] = 2
set [BE][lockIP]=0
set [BE][sessionTimeout] = 3600 

But the system quicks me out in few min.

Upvotes: 0

Views: 146

Answers (1)

Pravin Vavadiya
Pravin Vavadiya

Reputation: 3207

Try to use below typoscript.

['BE']['sessionTimout'] to 3600*24*7

Upvotes: 2

Related Questions