Edgewall Software

Changes between Initial Version and Version 1 of Ticket #13000, comment 7


Ignore:
Timestamp:
Mar 27, 2018, 1:59:33 PM (6 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13000, comment 7

    initial v1  
    22> The problem is that Firefox and Chrome have no issue with setting illegal cookie values using `document.cookie = ''` and I have no control over them. Annoying.
    33
    4 `Set-Cookie: test={.... json string...}` should be used for testing. The `document.cookie = ...` is not leaded to parse the cookie string.
     4`Set-Cookie: test={.... json string...}` should be used for testing. The `document.cookie = ...` doesn't lead parsing the cookie string.
    55
    66We cannot fix the issue. The SEO tool should be fixed, otherwise try workaround to remove invalid cookie strings by mod_headers, etc.