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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top