Kris, 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. If you still have problems, get Charles to follow the cookie traffic. http://www.xk72.com/charles/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:266281 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

