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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to