IamChandu
IamChandu

Reputation: 375

Sharepoint session timeout alert for logged in users(Site minder Integrated)

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

Answers (1)

Boland
Boland

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

Related Questions