You have to explicitly tell cf that what is passed is a session variable.
Sooo, on the action page, set the form variables as session variables:
Example:
<cflock scope="session" timeout="30" type="exclusive">
<cfset session.fname = "#form.fname#">
<cfset session.lname = "#form.lname#">
</cflock>
Note the importance of using cflock around the session variables.
-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.