Get Domino server session timeout - XPages
How to get session timeout of Domino server in XPages-SSJS. I want to prompt user to save his/her data before session expires. Thanks Servers only communicate with users when those users make a request to the server. Because of this, servers cannot send information to the user if they haven't requested it. For example: A user requests a page from a server. The server sends that page back to the user, and creates a session for that user. The session is set to expire in 5 minutes. Those 5 minutes are up, and in the meantime the user hasn't requested any further pages. So the users session ends,