It would seem that you're setting your cfparam tags on the wrong page....
You'll need to set them on the action page, after the user has entered their
data.

Then, it would be something like:
<cflock name="#session.sessionid#" timeout="30">
<cfset session.storeprod = prod#form.prodid#>
<cfset session.storequan = quant#form.prodid#>
</cflock>

(<cflock> syntax varies by version.....if you have cf 4.5 then use <cflock
scope="session"...>


Unless I'm misunderstanding the question, that should do it.

-d

************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to