> Thus, the problem, can a Session, which is created in the Cfcheck.cfm > template be passed intact to another page, which is controlled by a > different application.cfm.
Are you using the CFAPPLICATION tag in the nested Application.cfm files? If so, that will cause CF to look at a different set of session variables for that (logical) application. Simply having another Application.cfm file further down in the tree should not cause the session variables from "higher" pages to not be seen. Also check to make sure the proper cookies are being assigned and/or the tokens being passed on the URL. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

