Bug 44192 - Problem with cookies and IE 6.0.3790
Summary: Problem with cookies and IE 6.0.3790
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Servlet & JSP API (show other bugs)
Version: 6.0.14
Hardware: PC Windows Server 2003
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords: APIBug
Depends on:
Blocks:
 
Reported: 2008-01-09 09:54 UTC by Jonathan Barbero
Modified: 2008-01-09 14:59 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Barbero 2008-01-09 09:54:31 UTC
Using IE6 I disable all kind of cookie. When IE6 make a request to Tomcat the
method HttpServletRequest.isRequestedSessionIdFromCookie() returns true, but
cookies is disable. I test this with Firefox and IE7 and works OK (return false).

I cleaned all the cookies before test this.
Comment 1 Mark Thomas 2008-01-09 14:59:34 UTC
The only way that this can happen is if the client sent a cookie. You can use
ieHttpHeaders to confirm this is happening in IE6.