You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/06/30 04:22:06 UTC

DO NOT REPLY [Bug 49525] New: IE8: Unabled to store data in HttpSession (root context)

https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

           Summary: IE8: Unabled to store data in HttpSession (root
                    context)
           Product: Tomcat 7
           Version: 7.0.0
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: oschina.net@gmail.com


Environment:

Tomcat 7.0.0 Beta
IE8

A simplest webapp only have a test.jsp below:

<%=request.getSession().getId()%>

this app installed as root context

the test.jsp works fine in firefox

but when using IE8

there is always a different session id where refresh the test page.

BTW: the test.jsp works find in Tomcat 6.x

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

--- Comment #3 from oschina.net <os...@gmail.com> 2010-07-01 19:51:20 EDT ---
Thanks for your reply :)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

Bmeist <br...@tigernet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian@tigernet.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> 2010-07-01 15:37:01 EDT ---
Thanks for the report. Fixed in trunk and will be included in 7.0.1 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

Bmeist <br...@tigernet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
            Version|7.0.0                       |7.0.6
         Resolution|FIXED                       |
         OS/Version|Windows NT                  |Linux

--- Comment #4 from Bmeist <br...@tigernet.com> 2011-02-04 11:09:55 EST ---
I am seeing this exact problem on 7.0.6, but only Tomcat on Linux.  I have
another install of 7.0.6 on Windows and it works fine.

This is the error I see in the logs:

Feb 3, 2011 11:44:15 PM org.apache.tomcat.util.http.Cookies processCookieHeader
INFO: Cookies: Invalid cookie. Value not a token or quoted value

Again, this only happens on IE 8 hitting 7.0.6 on Linux.  Unfortunately we have
a LOT of IE 8 users.  I rolled back to Tomcat 6 and it's working fine again.

Thanks very much!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

--- Comment #6 from Jackie Rosen <ja...@hushmail.com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Mark Thomas <ma...@apache.org> 2011-02-04 12:01:54 EST ---
I've just checked this as Tomcat 7 does return / as the cookie path by default.

>From the error message, it looks like your client is sending mal-formed
cookies.

The users list is the place to get help with this - you need to provide an
example cookie header that is failing.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 49525] IE8: Unabled to store data in HttpSession (root context)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525

--- Comment #1 from oschina.net <os...@gmail.com> 2010-06-29 22:26:18 EDT ---
The difference cookie header of tomcat 6 & 7

Tomcat 7 
Set-Cookie: JSESSIONID=E33BFF1384284F317D75025391BF5CB3; Path=""; HttpOnly

Tomcat 6
Set-Cookie: JSESSIONID=F6EB3C21AC71EC2AA305A2BBEE37DBE9; Path=/

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org