Magento 2.1 – Increase Session Time of Admin Panel

admin-panelmagento-2.1session

How to increase admin panel's session time ?

https://i.stack.imgur.com/XCIoE.png

Best Answer

To increase session to time for Admin , you need to go :

Stores -> Configuration -> Advanced -> Admin -> Security -> Admin Session Lifetime (it must be in seconds).

Uncheckd use System value option and add your value in textbox.

Minimumm second is 60 and Maximum is 31536000 (for one year).

Refer below screenshot for more details.

enter image description here

Related Topic