Hi My question is about handling the stale session caused by user exit application without logout. I use a table in database to maintain session info and user, e.g, session id, user oid. If the user exits the application without logout properly or the web server restart, there is a record left on the table. I am planning to check the validity of the session on the table by its session id when the user login next time. Is it possible to check whether the session is still alive or not by using the session id? Thanks |
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment