I am using session variable to process user supplied information. The problem is when I submit the user form, the session variable is processed alright. But when I use the same session variable on another page, I get the wrong information.
My session variable is defined as follows: <cfset SESSION.consumerProduct.Cnsmr_ProductID = "Form.Cnsmr_ProductID"> but when I cfdump this variable (<cfdump var="#SESSION.consumerProduct.Cnsmr_ProductID#">), I get the name of the form element as the result rather than the user supplied date i.e. Form.Cnsmr_ProductID (while I expected a 'q' as that is what I entered as test data). Why is my variable not being carried to other pages? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320139 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

