The below tag example from the Macromedia Live docs Web site
http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags47.htm
throws the following error.
The error occurred in D:\FTP\spirited\Htdocs\AAA-Scratch.cfm: line 65
63 : </cfoutput>
64 : <cfelse>
65 : <cfloop index = "counter" from = 1 to = #ArrayLen(value)#>
66 : <cfoutput>
67 : #httpHeader# : #value[counter]#<BR>
Anyone have an idea?
Background: The objective is to extract Cookie ID and Token info from the
http header after calling a Web site. Every other angle I tried, i.e.,
extracting Cookie ID and Token results in produces sporadic results, at
best. Am I missing something about the " header responses" or is this
thing screwed up?
Thanks,
Nick
<!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

