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=20568>. 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=20568 JK tomcat connector configured as plug-in mapped to extension ".jsp" invalidates session each time when processing HTTP GET requests Summary: JK tomcat connector configured as plug-in mapped to extension ".jsp" invalidates session each time when processing HTTP GET requests Product: Tomcat 4 Version: 4.1.12 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Connector:Coyote JK 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using IIS to serve static content like static pages, images, etc. and Tomcat to serve JSPs and Servlets. IIS and Tomcat run on same Windows 2000 SP3 server. To communicate between IIS and Tomcat we are using Tomcat Connector JK version 1.2.3 (isapi_redirect.dll). If it is configured as ISAPI Filter it will process POST and GET requests correctly in terms of keeping valid session. But if it is configured as plug-in mapped to extension ".jsp" it will keep valid session only while processing POST requests, it invalidates session each time when processing GET requests, therefore while processing GET requests Tomcat creates each time new HTTP session on the server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
