Re: SessionListener not being invoked

2009-12-02 Thread Ken Bowen
Chris, That's a point I hadn't thought of. I'll explore it. Thanks, Ken On Dec 2, 2009, at 12:31 PM, Christopher Schultz wrote: That might be possible, even after a webapp/container restart if you have Tomcat configured to persist sessions across such restarts (which is the default configurat

Re: SessionListener not being invoked

2009-12-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ken, On 12/1/2009 2:36 PM, Ken Bowen wrote: > No, we always create a session (or want to). > The only <%@ in the welcome page are > > <%@ page contentType="text/html;charset=UTF-8" language="java" %> > <%@ taglib uri="http://tiles.apache.org/tags-til

Re: SessionListener not being invoked

2009-12-01 Thread Ken Bowen
No, we always create a session (or want to). The only <%@ in the welcome page are <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c" %> As I mentio

RE: SessionListener not being invoked

2009-12-01 Thread Caldarale, Charles R
> 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 th