[Webkit-unassigned] [Bug 95491] New: Web Inspector: Cookie info in Network Resources Cookies tab are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 13:08:06 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95491

           Summary: Web Inspector: Cookie info in Network Resources
                    Cookies tab are incorrect
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shantpanos at me.com


Cookie with proper expiry date showing as "Session" type cookie under the network resources cookies tab. Cookie info under the resources tab are correct and shows the proper expiry date.

Steps:
------
1) Launch Chrome browser
2) Clear browser cookies and start Web Inspector
3) Visit a page that sets a cookie with proper expires date (like www.google.com)
4) Navigate to the networking tab
5) Select the page resource from the list on the left
6) Switch to the Cookie tab


Expected:
---------
6) Cookie's expires column should mention the proper expiry date

Actual:
-------
6) Cookie's expires column show cookie type as session


Cookie header received from server:
-----------------------------------
Set-Cookie:expiryCookie=tenSecsExpirey; expires=Thu, 30-Aug-2012 19:55:59 GMT


Cookie appears in Network cookies tab:
--------------------------------------
Name: expiryCookie
Value: tenSecsExpirey
Expires: Session
Size: 66

Reproduced on Chrome 21.0.1180.83 m

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



More information about the webkit-unassigned mailing list