Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top