Hi

The two browsers on the same machine will always have two different session. You said 
they are using same session object but they will have different session id.

Do tell me whether you are maintaining session using cookie or via url rewriting or 
the application server is taking care of it.

If you are using cookie then probably it is a problem of you are taking care of this 
kind of situation. For rest methods of maintaining session there won't be any problem.

Anyway do write me back.

Cheers!!!!!!!!




----------Original Message --------------
hi all,

How does the session is being maintained when there is more than one
browser launched in the mac.?

Here is the detailed description of the problem,

i have a session which is associated with the user.In the session i
have information about user privileges which will be used in the
application.
when i have two browser logged into my application with different user
login's,
both is sharing the same session object and hence the privileges of
second
browser user will be used or accessed by the first browser.
how to over come this problem?

--
Cheers,
    rathna


���`���,���,���`���,�����,���`���,��,���`���

  P Rathinavel
  Sr.Systems Engineer - eCommerce Division
  Wipro Technologies
  Electronic City
  Bangalore 561229, India
  Tel  : 8520420/416/424/408  Extn : 1322
  E-mail: [EMAIL PROTECTED]
  www.wipro.com

���`���,���,���`���,�����,���`���,��,���`���

Thanks & Regards
Bhushan Bhangale
Consultant
http://www.netacross.com
Chequemail.com - a free web based e-mail service that also pays!!!
http://www.chequemail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to