I am sure this has ben tackled by somebody before.

In my web.xml I have

<web-app id="WebApp">
        <display-name>Site</display-name>
        <listener>
                <listener-class>helpers.SessionHelper</listener-class>
        </listener>
        <servlet>

My SessionHelper class implements HttpSessionListener and in my local test environment it works fine. But on my Tomcat I get zilch nowt yadda.

Any thoughts?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to