Hi, I'm trying to create a listener in my application. I have created a listener class that implements HttpSessionLister and I have put the element <listener>.... in my web.xml.
My listener class only sets a object in the session
(getSession().getAttribute("k", "kk")), but when I try to recover this
object from a class (a servlet), not exist in session.
Any idea?
P.D.
I'm using NetBeans 5.0 and its envebed Tomcat 5.5.9
