Reading cookies set with ASP

2002-04-16 Thread Jared Stark
Hi. I'm trying to print out a cookie from CF that was set in ASP but it doesn't seem to be working. Has anyone done this before and could you point me in the right direction? TIA, Jared __ Get the mailserver that powers this

Re: Reading cookies set with ASP

2002-04-16 Thread Nick McClure
It can be done. If you have debugging turned on, take a look at the cgi variable that holds the cookies, I can't remember which one. If you don't output the value of that variable. If the cookie isn't there it might have been set at a different domain. Make sure you know where ASP is setting

RE: Reading cookies set with ASP

2002-04-16 Thread Jared Stark
: Nick McClure [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 10:13 AM To: CF-Talk Subject: Re: Reading cookies set with ASP It can be done. If you have debugging turned on, take a look at the cgi variable that holds the cookies, I can't remember which one. If you don't output the value