Project

General

Profile

Actions

Bug #486

closed

UserTrack Cookies: IE 6.0 doesn't like the quotes embedded in mod_usertrack.c

Added by Anonymous about 18 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_usertrack
Target version:
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

Actions #1

Updated by jan about 18 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