> Sorry what I mean is that the methods implemented for the > HttpSessionListener do not get called when I invoke a new session.
You've extended HttpServlet, implemented HttpSessionListener, and the code in the sessionCreated(HttpSessionEvent event) method is not being called when you create a new session? Can you post your code? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
