Hi Everybody,

I am trying to invoke a .asp file using the cfhttp
tag.

<CFHTTP url=""> method="GET"/>

Here is my asp code:

<[EMAIL PROTECTED]"VBSCRIPT"%>
<%
Dim userEmail
userEmail = session("user.email")
Response.Write userEmail
response.write request.Cookies("user.email")
%>

When I dump the responseheader cfhttp attribute
<cfdump var="#CFHTTP.responseHeader#">, this is what
gets returned

Cache-control private
Connection close
Content-Length 0
Content-Type text/html
Date Mon, 27 Oct 2003 14:29:50 GMT
Explanation OK
Http_Version HTTP/1.1
Server Microsoft-IIS/5.0
Set-Cookie struct
1 user%2Eemail=; path=/
2 ASPSESSIONIDCAACRDRT=MCFBGIHCKINECGDGCJHAHDPL;
path=/


Status_Code 200

cfhttp.filecontent returns nothing. I can't understand
why the session and cookie scope variables are not
returned. I am using coldfion mx, I don't have a
application.cfm file, all the session and cookie
variables are declared and set in the asp global.asa
file. Please can somebody help me

Many Thanks
Allan

__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to