User A logs in with valid credentials and a session id is generated for user A. - this operation is done on tab 1 Same user opens a new tab in same browser and launch the application again and is directed to login screen. After logging in, we observe that new session id is created for user A. - this operation is done on tab 2 Now whenever user performs any operation in tab 1, session id of tab 2 is seen. Due to which we are facing issue of data overlapping. Not able to understand why in first place the latest created session are getting carried over to all tabs. Is there something we need to take care as part of session management at server side? Please suggest
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
