Invalid Cookie header

Jan-Henrik Haukeland hauk at tildeslash.com
Fri Apr 18 11:59:23 CEST 2008


On 18. april. 2008, at 01.55, James Brooks wrote:
> __utma, __utmb, __utmc, __utmz, _some_application_session_id,  
> zsessionid
>
> The first four have the domain: .domain.com
> The last two have the domain: domain.com (difference is the period)
>

All this should be good. I even have a test case for a __utma named  
cookie. It probably has something to do with the cookie value (which m/ 
monit expect to match this regex (["][^="]*["])|(([\040-\377]\ 
[=,;])*). That is, anything enclosed by quotes, as in "string" or any  
char between 32 ascii to 255 ascii, except the chars '=,;'.

Is it possible for you to send me the cookie header the browser sends?  
Use firebug with firefox for instance to see the request headers sent  
by the browser. Please feel free to send this to me directly at hauk at tildeslash.com

Jan-Henrik


More information about the mmonit-user mailing list