Hello community experts,
There is a requirement where the session should be terminated automatically after 15 minutes of inactivity
Kindly guide,
Best Regards,
Sumaira Noor
Solved! Go to Solution.
Hi @Sumaira ,
You can enable session time out functionality in Portal by creating below two site-settings:
Name : Authentication/ApplicationCookie/ExpireTimeSpan
Value : Whatever idle time you want to specify (format is in HH:MM:SS). Let say for 15 minutes 00:15:00
Description: Idle time of Portal
Name : Authentication/ApplicationCookie/LoginPath
Value : /SignIn
Description: After session timeout where user will redirected to.
Hope this helps.
Sik
Hi @Sumaira ,
You can enable session time out functionality in Portal by creating below two site-settings:
Name : Authentication/ApplicationCookie/ExpireTimeSpan
Value : Whatever idle time you want to specify (format is in HH:MM:SS). Let say for 15 minutes 00:15:00
Description: Idle time of Portal
Name : Authentication/ApplicationCookie/LoginPath
Value : /SignIn
Description: After session timeout where user will redirected to.
Hope this helps.
Sik