Re: Apache::Cookie seems to read different Cookie than CGI

2004-10-21 Thread Joe Schaefer
[EMAIL PROTECTED] writes: > Thanks Ian > > It occurred to me after I send the original email that the space may > be escaped with a +. It's not clear to me whether spaces are permitted > in cookie values The Netscape Cookie spec does not allow space chars in the raw cookie (ie the NAME=VALUE po

Re: Apache::Cookie seems to read different Cookie than CGI

2004-10-21 Thread dan . horne
o:        [EMAIL PROTECTED]         cc:        [EMAIL PROTECTED]         Subject:        Re: Apache::Cookie seems to read different Cookie than CGI [EMAIL PROTECTED] wrote: Hi All I have to read a domain cookie set by a ColdFusion Web Server on a different host. CF sets a cookie value like [EMAIL PR

Re: Apache::Cookie seems to read different Cookie than CGI

2004-10-21 Thread idstewart
[EMAIL PROTECTED] wrote: Hi All I have to read a domain cookie set by a ColdFusion Web Server on a different host. CF sets a cookie value like [EMAIL PROTECTED]|2004-10-22 16:16:41|70DC39BB99CB4CB826E3F30AA25D97FE I can read this cookie with CGI.pm, and it seems to id