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=5411>.
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=5411

JSP session does not work with IE/IIS5/Tomcat 3.3

           Summary: JSP session does not work with IE/IIS5/Tomcat 3.3
           Product: Tomcat 3
           Version: 3.3 Final
          Platform: PC
               URL: http://www.warf.ws/admin/
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


We are using the auto-generated JSP session object to read and write session 
variables.  This works under IE/Apache/Tomcat 3.3 (with the same code) but does 
not work with IE/IIS5/Tomcat 3.3.  It is a browser-specific bug: Netscape and 
Opera work fine on IIS5/Tomcat 3.3.  IE seems to lose the session cookie, or at 
least it does not make it to Jasper for persistence of the session object.  
This is ONLY with the JSP instantiation of HttpSession; the example servlet 
SessionExample does work under IE/IIS5/Tomcat 3.3.  (This servlet explicitly 
instantiates an HttpSession object.)

Although it looks like an IE-specific bug, not a general Jasper bug, the 
predominance of IE may make this bug worth investigating.

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

Reply via email to