You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by da...@bt.com on 2001/10/08 12:26:52 UTC

simple session problem

Hi,

	My application stores some data with the session (setAttribute) in
one servlet, and retrives it in a later servlet. This works fine under
WebLogic Server, but when I try it under Tomcat, it looks like each servlet
gets a different session, so I fail with a null pointer exception. How do I
make my sessions persistent ?

Dave

P.S. I'm on Tomcat 3.2.1. Should I upgrade to 4.0 ?