My colleagues and I have created our first Fusebox app, following most of the book's 
ideas, with the following criteria: 

Client variables are stored in a database, 
Cookies are NOT used, 
Users log in against a db, setting a #Client.UserID# variable on successful login, 
CFID and CFTOKEN are passed around the application in the URL. 

We would prefer to take CFID and CFTOKEN off the URL and pass them around in hidden 
form fields. If we create the hidden variables #Form.CFID# and #Form.CFTOKEN# and 
submit a page, how do we cross-reference #Form.CFID# and #Form.CFTOKEN# (or 
#attributes.CFID# and #attributes.CFTOKEN# after calling FormURL2Attributes.cfm) with 
our client variables in the database? We can't seem to make a connection between the 
two - our client variables keep getting lost. 

Thanks for any help. 
Pete 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to