My SessionListener doesn't seem to be firing, any help?
I have a SessionListener that I want to go off when a user authenticates to my web app
(this is a correct usage, right?)
So, in the web.xml of my app, I would put the lines:
<web-app>
<listener>
<listener-class>
the class
</listener-class>
</listener>
</web-app>
This should fire off when the user signs in to the page, correct?
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]