Set Session Timeout by role
Is there a way for web application to set its session timeout value according to the user role or other criteria?
In this case, I have a custom production monitor page, and I want to set 5 minutes for most users but allow managers a longer time or those displaying pages on a monitor a longer time.
Discussion (1)0
Comments
Hi Kevin,
You can set programatically the value of property AppTimeout of the class %CSP.Session when the user login in the application.