Walter,

>The following code works correctly if call directly, but if it is called
>remotely (XMLHTTP, Spry) the two values are passed ok but the
>session.variables are nowhere else to be seen after refreshing the page.

Use the urlSessionFormat() function on the url you're calling via
XMLHTTP/Spry:

<cfoutput>#urlSessionFormat("myblog.cfm)#</cfoutput>

This will make sure that any session related keys are passed to CF. This
should fix the problem.

-Dan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257351
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to