I have implemented a simple HttpSessionListener dumping every new session created. I found that my Tomcat (tried on 5.0.2x and 5.5.4) will always create a new session for every HTTP request, even if the JSP page doesn't request for session and the HTTP client doesn't use cookie nor post any session ID (e.g. direct telnet to port 80).
Are there any config params that relate to this? Thanks! Regards, Joseph Lam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
