I want to use the HttpSessionListener to invalidate sessions that have expired (in case the user closes the browser rather than clicking logout).
The DTD specified in web.xml shipped with Cocoon 2.1.5 is for the servlet 2.2 spec which does not include the HttpSessionListener. Does anyone know if Cocoon 2.1.5 can work under the servlet 2.3 specification using the latest version of Jetty? If not, any other ideas? I think I can use an HttpSessionBindingListener or something.. which I believe works for the 2.2 spec.. but isn't quite as elegant. Thanks, - Brent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
