I'm experimenting with storing client variables in a datasource. I thought I
had a pretty good handle on how to do it, but it's not working out the way I
expected.

I'm running this sample app off the localhost (CF single user version).

Here's my code on the Application.cfm page:

<cfapplication name="clientvars"
               clientmanagement="Yes"
               sessionmanagement="Yes"
               setclientcookies="Yes"
               clientstorage="clientvars">

I've got the datasource configured.  

It's an Access db.

The first time I ran the app, the new tables were automatically created, but
no values got stored in them.  I went through a deleted all of my localhost
cookies and tried hitting the sample app again.  New cookies were set but
nothing was stored in the datasource.  I've tried this a couple of times.

What am I missing?

H.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to