CDATA and CGLOBAL tables are created when you're in the ColdFusion Administrator and specify that you want to use a database to store client/session variables.
Take a look in the ColdFusion Administrator for more information/control on which database you want those tables in. -Novak ----- Original Message ----- From: "Tim Laureska" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 8:47 PM Subject: client variables ?? > How does CF know which table within a DB to store client variables in? > Does CF create the table? > > In one attempt at this I found two tables called CDATA and CGLOBAL that > I had not created in the database... were these automatically created by > CF? > > I deleted these two tables just to see what would happen... but when I > accessed the application again, the tables did not come back ?? > > Here's an excert from the application.cfm > > <cfapplication name="trackseekers" > clientmanagement="yes" > clientstorage="jobs_available" > SessionManagement="yes" > SessionTimeout=#CreateTimeSpan(0,0,0,30)# > ApplicationTimeout=#CreateTimeSpan(30,0,0,0)#> > > > Stumbling & fumbling thru seesion/client variables I go.... > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

