Two things I can think of:
Use wddx and store the variable in a cookie that is for the other domain:

<cfcookie name="Stuff" value="#WDDXOUTPUT#" expires="NEVER" 
domain="www.otherdomain.com">

The second would be a bit more complicated but:
Use wddx again, store it in a DB, then set a cookie much like the one above 
that is a unique reference number of some sort. Then use the cookie on the 
other domain to get the reference number and then use that to get the query 
you created.

At 12:02 AM 4/11/2000 -0500, you wrote:

>Is there a way to pass a session variable from one domain name to another
>when on the same physical server?  I have a session variable that is made
>via the QueryNew function and need to use the info contained in that
>variable on a processing page that my user gets to via a form.  The
>processing page however is on a different domain name.  Currently the best
>solution I can come up with would be to insert the information into the db
>and then pull/view it from my processing page.
>
>Please cc me on any replies.
>
>------------------------------------------------------------------------------
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to