Hi,
I have a NullPointerException when I try to use getAttribute method in
HttpSession class.
java.lang.NullPointerException:
at
org.apache.tomcat.facade.HttpSessionFacade.getAttribute(HttpSessionFacade.ja
va:162)
It seems that realSession in HttpSessionFacade class is null. why???
Because this exception happens at the first access of this servlet, on
a second access( using reload button!!!), it works!
It try HelloWorldServlet given with this distribution(Tomcat 3.2.1) and try
the context servlet, it works!
Do you have an idea?
Thanks in advance.
Franck