Hi i got a JSF 2 web app, with the google login system, the thing is that when the user click on the log out (using the createLogoutURL of the UserService class)
the session isnt being invalidated and the next user that doing login from the same browser gets the previous user session.. and all the data that was stored by the first user being seen by the next user Maybe its possible to create a new session upon each user login...? Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
