Tomcat 3.2 HttpSessionFacade

2000-12-28 Thread Billy Turchin
: java.lang.NullPointerException at org.apache.tomcat.facade.HttpSessionFacade.invalidate(HttpSessionFaca de.java:136) - Billy Turchin mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Followup

2000-12-28 Thread Billy Turchin
Hi again, here is a follow up to the problem I was having that I emailed about earlier. When I would get my first hit, I would save the HttpSession at that time in a static class accessible by all servlets. If instead I save the HttpSession when an object is bound to a session, via

RE: Followup (Session references)

2000-12-28 Thread Billy Turchin
a HttpSessionBindingEvent then everything works. Perhaps I should try to create a small test case to show this? - Billy -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 28, 2000 12:10 PM To: [EMAIL PROTECTED] Subject: Re: Followup (Session references) Billy