I'm having an issue when transferring between domains on the same box. When I 
pass the CFID and CFTOKEN the session isn't carrying over. The entire 
application is in flash using flash remoting. So when the session isn't passed 
correctly everything totally goes to crap. If I put this piece of code in the 
application.cfm the sessions isn't passed the first time, but on refresh it 
uses the correct cfid and cftoken.

<cfif IsDefined("Cookie.CFID")>
                <cfcookie name="CFID" 
value="#listgetat(listgetat(session.urltoken,1,"&"), 2, "=")#">
                <cfcookie name="CFTOKEN" 
value="#listgetat(listgetat(session.urltoken,2,"&"), 2, "=")#"> 
        </cfif>

Has anyone had this issue before and if so any ideas on how to fix this? 
Cflocation isn't an option due to it being in flash.



Bob Everland

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204269
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to