I just noticed some interesting behavior while using a sendRedirect in a
servlet (in Orion) and using Netscape as my browser.  If I put something (I
was using a Hashtable) in the http session in one servlet and redirected the
response to another servlet(same server, same context), I lose what is in
the http session.  In other words, I get a null value when I try to retrieve
the object, in the current servlet, that I had put in the session in the
servlet that I redirected from.  Anything retrieved in the same servlet as
it was put in, works fine.  In IE, I can get retrieve the object in both
servlets.
Soes anyone know if this is expected behavior and why?

Thanks.

Sumit 

Reply via email to