Craig Thomas wrote:
> 
> How should I determine that the client vars are missing?  I ran the script
> and I noticed that the <cfdump>.hitcount is not always consistent (goes back
> to 1) after switching from db/cookie/registry storage.  Is that what I am
> looking for?

No. Before I set <cfset client.test = "yep, ;it's set!"/> the variable 
client.test will have the value "yep, " because it is broken off at the 
semicolon. This is both in the client variable as in the cookie, which 
suggests that the problem is in setting the cookie. And it does not 
occur when setting the clientstore to the registry.

And as soon as you comment out one of the cfset statements that client 
variable will disappear on the second reload.

Jochem

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to