Hello,
I am trying to renew user session , what i want to do is basically a way to intercept every RPC response that is being sent back by the server and reset a timer on my Smart GWT application.
Basically the idea is to prompt the user about session expiry if he is idle on a page for 15 min providing him with option to renew his session.
I cannot detect session expiry on client side and i donot want to keep polling the server to check if the session is active.
Thanks,
Sid
I am trying to renew user session , what i want to do is basically a way to intercept every RPC response that is being sent back by the server and reset a timer on my Smart GWT application.
Basically the idea is to prompt the user about session expiry if he is idle on a page for 15 min providing him with option to renew his session.
I cannot detect session expiry on client side and i donot want to keep polling the server to check if the session is active.
Thanks,
Sid
Comment