> "you will have to manually append the CFID/CFTOKEN > values to each URL in your application to maintain > state, even for session variables." > > Oohh, that's not good. Thanks for pointing that out. > I do have to maintain state with session variables. > Seems odd to enable ClientManagement *and* > SessionManagement to maintain state with session > variables. I would have thought SessionManagement > would be enough from a common sense point of view... > > But "ClientManagement = Yes" is has been and so shall > it be...
I think you misunderstood Dave Carabetta's post. You don't have to enable CLIENTMANAGEMENT unless you plan to use Client variables. The SETCLIENTCOOKIES attribute applies equally to Client and Session variables, I think - if you set it to "No" and are using either, then you'll either have to manually append CFID/CFTOKEN to each URL, form action attribute, CFLOCATION, and client-side redirect within your code, or you'll have to set the cookies yourself using CFCOOKIE. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

