Hello everybody,

I've got a cron job that periodically requests a specific JSP page. In order to save resources on the generation of HttpSession objects for each request, I declared in the page not to use any sessions with the following page directive:

<%@ page session="false" %>

Unfortunately, HttpSession objects still seem to be created: My HttpSessionListener's sessionCreated() is called on each request.

Is this intentional? Or could this be a bug in Tomcat (5.0.19)?

Regards,

Andreas


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



Reply via email to