My HttpSessionListener class is not getting fired when running under Glassfish, We are using Ver 9.1_02.
However the same application fires the SessionListener's sessionCreated & sessionDestroyed methods when deployed under TomCat.
My web.xml contains the following entry:
<listener>
<listener-class>com.ses.tims.server.TimsSessionListener</listener-class>
</listener>
I restarted the domain also.
Will appreciate help!
[Message sent by forum member 'mramadoss' (mramadoss)]
http://forums.java.net/jive/thread.jspa?messageID=281411