What about browser seetings specially accepting cookies etc? I had this
problem in Netscape 7.01 on Win2K on a customer's machine. In that case the
it asked the user to login at every step of the application. Probably
becuase the session was renewed at every stage. When I asked him to set
"Accept Cookies" it worked fine.
HTH.
Affan
----- Original Message -----
From: "Johan Wasserman" <Johan.Wasserman@mgxgroup.com>
To: <struts-user@jakarta.apache.org>
Sent: Friday, April 04, 2003 4:36 PM
Subject: Browser influence Session behavior
Hi,
I have an initial page where the company name is entered and that
forwards to a main page (with 3 frames) that loads the header, sidebar
and logon page. I save a State bean in the session after the company is
validated (against a db) and then use the company name from the State
bean on the logon page. With Konqueror and Netscape I have no problems
in getting the bean back from the session, but with Mozilla a new
session is created and I get a nullpointer exception (the bean's not
found in the new session).
I have traced the session id and find that it remains the same for
Konqueror and Netscape but changes for Mozilla.
Anyone got any ideas?
Thanks in advance,
Johan.
---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org
|