Yes, I thought that the session was getting lost as well. But when I turn debugging on in our QA environment, I can see that the CFID/CFTOKEN are identical in both frames. Also, this application does not enable sessions. Only clientmanagement and clientstorage.
Hmmm... > What is happening is that each frame is getting its own session. > > I think you need to sequence your frames so that one is loaded after the > first has completed loading and has set the jsessionid cookie. Use the > onload method of the body tag in frame1 to load frame2. > > Also, make sure you are using setdomaincookies in your cfapplication tag. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266291 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

