> From: Ken Bowen [mailto:kbo...@als.com]
> Subject: SessionListener not being invoked
> 
> I have a SessionListener which is not being invoked when I connect to
> the webapp, and I don't understand why.

Most likely because your webapp didn't choose to create a session.  You'll need 
to look at the code in your webapp to see under what circumstances it decides 
to do so.  Normally, a session will be created for a JSP-based action unless 
you have inhibited it with <%@ page session="false" %>; what's in your 
welcome.jsp?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to