Hello Mani, when Firefox generates a session id for one process, it is shared within all the instances of Firefox, as all the instances of Firefox is a single process and not different instances. All the instances of Firefox share a common process area which causes to retain a session id for all instances within that process area. This is same for IE too.
Thanks & Regards eluminous Chaitu On Sat, Jul 31, 2010 at 5:22 AM, Mani <[email protected]> wrote: > Hi, when i try to get session id by using following piece of code > every time i am getting same session id if i try from same browser > (with two instance browsers) like Firefox or IE. > > getThreadLocalRequest().getSession().getId() > > Can any one tell me why it is giving same session id. > > Thanks > Mani > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Website for Mobiles<http://www.eluminoustechnologies.com/website_for_mobiles.htm>| Organic SEO <http://www.eluminoustechnologies.com/> -- 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.
