[thelist] Reading an ASP cookie on another application server

Jeff Howden jeff at jeffhowden.com
Wed Aug 18 11:28:11 CDT 2004


Chris,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> Peter Brunone (EasyListBox.com)
> 
> Wow.  So it has NO idea what it's printing out...  I
> think I finally understand the depth of the problem :)
> 
> Can you do an HTTP GET request from CF?  If so, you
> could create a small .asp file that simply says
> 
> <%=Request.Cookies(Request.Querystring(cookieKey))%>
> 
> and then wrap a GET to that file in a small function
> which you could call in your CF pages.
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

<cfhttp url="http://#cgi.http_hose#/cookie.asp" method="get"></cfhttp>
<cfscript>
  cookie_value = cfhttp.filecontent
</cfscript>

Good luck,

Jeff
------------------------------------------------------
Jeff Howden - Web Application Specialist
Resume - http://jeffhowden.com/about/resume/
Code Library - http://evolt.jeffhowden.com/jeff/code/




More information about the thelist mailing list