Reputation: 375
We have a sharepoint 2010 application configured with CA SiteMinder for authentication. I need to understand if there is anyway to alert an user if the session is timing out.
Upvotes: 1
Views: 502
Reputation: 1571
You can write a control that retrieves the number of seconds (say n) the session is still valid, outputs Javascript with a setTimeout to display the alert n-60 seconds in the future to display the message 1 minute before the session expires.
Upvotes: 2