Thank you.
But I want to add data while the visitor is browsing the site. So I need to
keep the old data and to add new ones. I guess I cant use <CFSET>.
Tibbs
----- Original Message -----
From: "Deanna L. Schneider" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 28, 2000 10:49 PM
Subject: Re: Session variables
> 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.
>
------------------------------------------------------------------------------
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.