Hello Everyone,
Is there any way to detect session timeout without (user interaction)*, and redirect it to some page; i.e. if there is no activity on page @ specific duration; server detects it and redirect it automatically on some other.
By user user interaction I mean; there is a way to detect session timeout when user clicks on something, then some request goes to server and then server checks if current user session is expired or not.
What I need here is that we don't inform server anything (or we don't perform any action), but when session expires server detects it automatically and perform required action.
Thanks, Raza