I will rephrase a bit... By default each browser tab shares same session if you are using Cookie based sessions (which are in turn default on most of the Web containers). In IE6 there where no tabs to my knowledge and that's why it is impossible to implement session sharing for this browser. One important thing is that not only Tabs, but also windows spawned with Ctrl+N in IE will also share the cookies and therefore session.
You should not program anything to achieve this behavior, simply try that out. Dmitry On Jul 16, 2:40 pm, cooolcat <[email protected]> wrote: > Hey, > > I just started reading about GWT. It is really amazing and the > documentation is pretty good. But I still didn't find something useful > how GWT works with multiple tabs in the same browser. I guess, when I > call the same application in two different tabs, I will have two > different sessions. I would like to use the same session, expecially > when a user logged in. How can I do this? Can I check in a new tab if > a user already logged in, and how can I access this data? > > Any help is greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
