We have this scenario where we will implement an automiatic logoff once the session is expired in EP for certain time frame. Let say, the user is login to EP. When the user is idle for a certain time, e.g. 10 mins, either of the 2 things that should possibly happen:
1. The screen will give a message that the session have expired and that the user needs to logon again; or
2. The screen will automatically logoff and should go directly to login screen.
We already tried to change the value of the login.ticket_lifetime & DefaultExpirationTime in the Configuration Adapter Service as well as in the SessionExpirationPeriod property in the Security Provider but only the iview that is expired and it didn't go to the login page. We also set the JSESSIONID.CookieMax-Age in the Web Container Service but got the same result.
Anyony implemented this before? Please advice us.
Thanks!

