Re: What happened to Session.setAttribute in Tomcat 4.0.1???

2001-12-07 Thread Richard S. Huntrods
<[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: What happened to Session.setAttribute in Tomcat 4.0.1??? > > I have servlet code that worked perfectly this morning on T

Re: What happened to Session.setAttribute in Tomcat 4.0.1???

2001-12-07 Thread Craig R. McClanahan
stuff. Craig On Fri, 7 Dec 2001, Richard S. Huntrods wrote: > Date: Fri, 07 Dec 2001 15:48:00 -0700 > From: Richard S. Huntrods <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject:

What happened to Session.setAttribute in Tomcat 4.0.1???

2001-12-07 Thread Richard S. Huntrods
I have servlet code that worked perfectly this morning on Tomcat 4.0.0. It uses the Session to store and retreive some data thusly: public void putSession(HttpServletRequest request) { if(request != null) { HttpSession session = request.getSession(true); if(session != null) { session.setA