Thursday, December 21, 2017

GWT - Auto logout after user inactivity

We need to auto log out the user after a max user inactivity time (say 5 mins) in our GWT MVP with history management application.  Appreciate any inputs on how to proceed implementation for this.

We have session timeout at service level. so if any interaction happens with the server, server session will be validated and inactivated if expired. But in above case, user should be auto logged out after max inactivity time without any user interaction. 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment