A single cookie in my domain will occasionally store a non-ASCII value, such as an accented 'á'. I know this isn't ideal, but Chrome (36.0.1985.143 m, Windows 7) won't return ANY cookie from the domain even if only one cookie is problematic. A javascript call to document.cookie in the console returns the empty string "", whereas in Firefox and other browsers, it will at least return the list of cookies, with non-ASCII characters appearing as a question mark '?'. I expect people will tell me to encode or not use non-ASCII characters in cookies but to fix this is more of a long-term project so it would be nice if Chrome behaved the same way as Firefox in this instance.
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.