Question
client variables - quick confirmation
Can someone confirm something with client variables...
1. <cfparam name=client.colour value="blue"> in application.cfm
2. On a web page <cfset client.colour="red"> and the same page confirms this when I cfoutput the value
3 If I check that value on yet another page, it should be red, shouldn't it ? But, instead its blue
I'm having a major problem with cfclientstore=myDSN where it points to an Access2007 database via an ODBC socket connection.
1. <cfparam name=client.colour value="blue"> in application.cfm
2. On a web page <cfset client.colour="red"> and the same page confirms this when I cfoutput the value
3 If I check that value on yet another page, it should be red, shouldn't it ? But, instead its blue
I'm having a major problem with cfclientstore=myDSN where it points to an Access2007 database via an ODBC socket connection.
