Re: CFHTTP and passing cookies

2003-01-02 Thread Christian Cantrell
You are saying that it works in IE, but not in another browser like Netscape? One thing I noticed is that the elements in your cookie array are URL encoded. I think that cfhttpparam automatically URL encodes its values, so it's possible your values are getting double URL encoded. I

RE: CFHTTP and passing cookies

2003-01-02 Thread Ruslan Sivak
10:53 AM To: CF-Talk Subject: Re: CFHTTP and passing cookies You are saying that it works in IE, but not in another browser like Netscape? One thing I noticed is that the elements in your cookie array are URL encoded. I think that cfhttpparam automatically URL encodes its values, so it's

Re: CFHTTP and passing cookies

2003-01-01 Thread Jesse Houwing
Ruslan Sivak wrote: I went to staples.com and added an item to my shopping cart. Then I got all the cookies that were set by using javascript:document.write(document.cookie); Now I'm using the following code to set the cookies and do a cfhttp. For some reason when I do the cfhttp it tells me

RE: CFHTTP and passing cookies

2003-01-01 Thread Ruslan Sivak
: Jesse Houwing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 8:31 PM To: CF-Talk Subject: Re: CFHTTP and passing cookies Ruslan Sivak wrote: I went to staples.com and added an item to my shopping cart. Then I got all the cookies that were set by using javascript:document.write