Your client variables may be stored in the following areas based on your cf
server settings:

1.  The registry 
2.  A database that you have chosen and set up for client variable storage.
3.  Cookies

You must also maintain session state to access these variables:

If:

setclientcookies="Yes" in your <cfapplication> your app will keep state
based on cfid and token which is accessed via a cookie.

Otherwise you must pass cfid and token through all your url variables,
submitted forms etc.

It could be that the variables are being written, but you are actually
losing state.

( a different cfid and token is being generated mid session and the client
variables that were set no longer exist for that user?)

Hope this helps,

John Anderson
http://www.aloha-webdesign.com







-----Original Message-----
From: Tim Price [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 11:14 PM
To: Fusebox
Subject: CLIENT Variable storage


Hi

Could someone give me a few pointers regarding Client variable storage.
I developed my first fusebox application on my local machine using CF single
server and all was fine during my development and testing.

However, having just loaded the application on the development server at
work, running Windows NT, I'm having problems when trying to reference
client variables that appear to have been written OK as I don't get errors
then, but for some reason can't find them when I reference them later on
!!!!!!!

This is a recently configured server so is there something I need to set on
the cold fusion application server for it to work OK , would it be something
to do with permissions on NT ?

Any help would be appreciated over this side of the ocean !

Regards
Tim Price (UK)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to