DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23017>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23017 Preventing default session creation in some app servers ------- Additional Comments From [EMAIL PROTECTED] 2003-09-26 12:32 ------- Proposed comment for this patch : Some application servers automatically creates a session object for each http request. This results in a huge amount of unused sessions being created for a large number of test runs. The session object is not used in this context, therefore we can check if it exists and then invalidate it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
