did you actually declare a CLIENT.variablename?
it doesn't store anything until you ask it to, i believe.
Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]
-----Original Message-----
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 26, 2000 8:48 PM
To: '[EMAIL PROTECTED]'
Subject: Storing Client Variables
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.
------------------------------------------------------------------------------
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.