> If you are creating a structure in the variables scope, then > passing the structure to the session scope, the session scope > is going to refer to a reference of the local structure. > Thus when you go to the next page, the referenced local > structure is gone.
Actually, this won't happen. Objects exist until all references go out of scope. So, if you do something like this in your action page: <cfset Session.forminfo = Form> and then go to some other page and do this: <cfdump var="#Session.forminfo#"> it should show you the form data. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238981 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

