Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top