HI ALL
I desperatly need your help!!

Here is the scenario

I instanciate  a bean  'User' ( which contains user acct, user type, and
other pieces of information ) and I store a reference to that bean in a
SESSION variable so I can share that bean among other beans and JSPs that
need the same information.
It works fine when I access the information from all the different beans and
JSPs.
However,  if a launch a different browser with a different User account the
first page uses its own user account.  However the following pages SOMEHOW
get the information STORED in the previous session variable therfore I lose
my new account number.
I thought every browser would create its own session variable,

Any input is greatly appreciated
Thanks

===========================================================================
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