<cfhttp method = "get" url = "" throwonerror="no" redirect="yes" resolveurl="yes" useragent="#CGI.HTTP_User_Agent#">
</cfhttp>
<cfif IsDefined('cfhttp.responseHeader.Location') AND #cfhttp.responseHeader.Location# NEQ "">
<cfoutput>#cfhttp.responseHeader.Location#</cfoutput><BR>
<cfoutput>#cfhttp.header#</cfoutput><BR>
<cfoutput>#cfhttp.statuscode#</cfoutput><BR>
<!--- <cflocation url="" addtoken="no"> --->
<cfelse>
<cfoutput>#cfhttp.FileContent#</cfoutput>
</cfif>
the url is basically the link of the ASP file which is checking that the use is logged in or not.
It always return to the redirect location.
Infact if I put the URL directly in the Browser, its open(not redirecting me) but throught cfhttp, it alwasy return the Object move message.
Any idea where I am wrong
Regards,
> Is there any way to share the ASP session.
>
> I have an existing application in ASP and I need to create another
> module for that, that application uses the existing ASP login which
> creates the SeSSion variables.
>
> Is there anyway that I can use those session VAR in coldfuison files?
>
> also if I include the asp file in my cfm its just importing the whole
> codes, is there any other way that I can include the execute type
> thing coldfusion template?
>
> Regards,
> Asim Manzur
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

