RE: Client Storage in DB Per Application

2004-07-19 Thread Barney Boisvert
You can configure client variable storage ONLY at the CF server instance level.  However, it's amazingly trivial to create your own client variables storage mechanims, which can store stuff wherever you want.  And since you're storing everything yourself, you can extend the functionality as well, s

Re: Client Storage in DB Per Application

2004-07-19 Thread Joe Eugene
You can do one Client DB for 10 Applications with different application names Or One Client DB per Application However i would recommend using a SQL Server Scheduled Jobs to Purge Client data. Joe - Original Message - From: "Tangorre, Michael" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL P

RE: Client Storage in DB Per Application

2004-07-19 Thread Dave Watts
> If I have 10 applications one one server and 10 DBs on one > sql server, is it possible to have each application handle > its own client variable tables? Yes. You'll have to configure each datasource to store Client variables within the CF Administrator, and you'll have to specify a CLIENTSTOR

RE: Client Storage in DB Per Application

2004-07-19 Thread Barney Boisvert
CF-Talk > Subject: RE: Client Storage in DB Per Application > > > If I have 10 applications one one server and 10 DBs on one > > sql server, is it possible to have each application handle > > its own client variable tables? > > Yes. You'll have to configure eac

Re: Client Storage in DB Per Application

2004-07-19 Thread Matt Robertson
Yes.  You can set up each of the datasources as an acceptable client variable repository in the cfadmin (what Barney said), then point to that repository using the clientstorage parameter in your Application.cfm's cfapplication statement. Since my cms uses client vars extensively, I used to get th

RE: Client Storage in DB Per Application (SOLVED)

2004-07-19 Thread Tangorre, Michael
Thanks everyone. I am all set now. That was easy... :-) Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]