Actions
Bug #486
closedUserTrack Cookies: IE 6.0 doesn't like the quotes embedded in mod_usertrack.c
ASK QUESTIONS IN Forums:
Description
The cookies sent by mod_usertrack include quotes for the value:
Set-Cookie: TRACKID="65656453e34c345b"
This quotes are accepted by the mozilla range of browsers, but not by Internet Explorer 6 (I haven't tried older versions).
Internet Explorer want's them urlencoded, which is how PHP construct them.
Reading the RFC 2109: http://www.ietf.org/rfc/rfc2109.txt is difficult to know whether the quotes are accepted or not, but the facts are that IE 6.0 doesn't accept them.
Removing the quotes solves the problem.
-- vicente
Updated by jan almost 19 years ago
- Status changed from New to Fixed
- Resolution set to fixed
my reading says the quotes are not allowed.
I removed them, the domain is quoted if neccessary.
fixed in r966
Actions
Also available in: Atom