RE: hexadecimal values in a cookie

2000-09-15 Thread jamesa {James Alexander}
> Are you setting the cookie using URLEncodedFormat()? I just > did a test > using CFCOOKIE like so: > VALUE="http://www.thingdomain.com/something.cfm"> > > I then read the cookie back out like so: > #cookie.thing# > > The result I got was: > http://www.thingdomain.com/something.cfm > > No

RE: hexadecimal values in a cookie

2000-09-14 Thread Cameron Childress
liptIQ Inc. p.770.460.7277.232 f.770.460.0963 > -Original Message- > From: jamesa {James Alexander} [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 14, 2000 5:41 PM > To: Cftalk (E-mail) > Subject: RE: hexadecimal values in a cookie > > > The other server where the

RE: hexadecimal values in a cookie

2000-09-14 Thread jamesa {James Alexander}
e- > From: Cameron Childress [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 14, 2000 4:43 PM > To: Cf-Talk > Cc: [EMAIL PROTECTED] > Subject: RE: hexadecimal values in a cookie > > > If you URLDecode() the cookie *after* reading it out of the browser it > shou

RE: hexadecimal values in a cookie

2000-09-14 Thread Cameron Childress
[EMAIL PROTECTED]] > Sent: Thursday, September 14, 2000 5:28 PM > To: '[EMAIL PROTECTED]' > Subject: RE: hexadecimal values in a cookie > > > has no effect on the cookie. it still shows up as > DOC=https%3A%2F%2Fwww%2Eutexas%2Eedu%2Fsomedirectory%2Fsomepage%2Ecfm >

RE: hexadecimal values in a cookie

2000-09-14 Thread Cameron Childress
l) > Subject: hexadecimal values in a cookie > > > cf 4.5 > IIS 4.0 > > I'm trying to pass a url as a cookie called DOC to another webserver in my > domain. That webserver performs an authentication routine and should then > redirect back to my page (based on the v

hexadecimal values in a cookie

2000-09-14 Thread jamesa {James Alexander}
cf 4.5 IIS 4.0 I'm trying to pass a url as a cookie called DOC to another webserver in my domain. That webserver performs an authentication routine and should then redirect back to my page (based on the value of DOC). However, the value of the cookie that is set reads as: DOC=https%3A%2F%2Fwww%