>Thanks, Dave. > >Since I wasn't accessing cookie variables I figured it really didn't >matter whether or not cookies were being set, but I guess I was wrong. >(Well, what do you know...first time I've experienced that! ;o) > >I really don't make use of client variables in my apps, so if I >just use SessionManagement = "Yes" and either don't put >anything about ClientManagement in the CFAPPLICATION tag >or set ClientManagement = "No", would that prevent cookies from >being introduced into the registry and complicating my site management?
Well, I don't want to mislead you here, so let me be explicit. You only need to change the "clientmanagement" attribute to "no" if it's already set to "yes". It's default value is "no", so if you're not using the attribute at all, you don't need to worry about this. You can also change the "setClientCookies" attribute to "no" (which, by default, is set to "yes") and/or change the "clientStorage" attribute to a valid datasource name (which, by default, is set to "registry". Remember also that if you go this route to create the database tables via the CF Administrator under the "Variables" section). Be aware though that if you change the "setClientCookies" attribute to "no", while you will not be setting any client-side cookies, but you will have to manually append the CFID/CFTOKEN values to each URL in your application to maintain state, even for session variables. Hope this helps, 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

