>This is probably a complex simple question, but here goes. > >What settings do I need to put into cfapplication to accomplish the >following? > > No Cookie written to the Browswer > Client Variables Stored in a Database
1. SETCLIENTCOOKIES="No" 2. CLIENTSTORAGE="myDatasource" (make sure you set the tables up via CF Admin) I'm also assuming you know that since you won't be setting cookies, you will have to manually pass the CFID/CFTOKEN value in the URL string to maintain state. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

