You could create a wddx file and then call back the wddx file... This can
be done as a file on the server or a wddx structure as a value in a cookie
(see
http://www.teamallaire.com/tutorials/index.cfm?fuseaction=display&topicid=03
8 )


-----Original Message-----
From: Himanshu Shekhar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 3:09 PM
To: CF-Talk
Subject: RE: Cookies



i assigned the value of the cookie to a client variable for something kinda
similar and it worked. you could also use session var.


-----Original Message-----
From: Charlie McCormack [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 7:03 PM
To: CF-Talk
Subject: Cookies


Hi All,

I've got code that requests a process from a remote server where the remote
server sets a cookie. What I'm trying to do is post this cookie back to the
server but get the following header with a 501 error.

HTTP/1.1 501 Not Implemented Server: Microsoft-IIS/4.0 Content-Type:
text/html Via: 1.1 proxy.one.net.au (NetCache 4.1R6) Date: Tue, 13 Feb 2001
02:08:41 GMT

page content: Connection failure

I'm using the cfhttp tag with the cfhttpparam to send the cookie.

The process is:

Request the page from the remote server
Extract the cookie
place cookie into a var
<cfhttp>
    <cfhttpparam>cookie to be sent
</cfhttp>

Is there another way to do this?

Thanks,
Charlie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to