Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
lg2 #1
Problem with client variable
Hi,
I try to design an application using client variable but after setting the
variable, I am unable to use that variable in another page.
Here is what I have in application.cfm
<CFAPPLICATION NAME="intranet" CLIENTMANAGEMENT ="Yes" CLIENTSTORAGE =
"cookie" SESSIONMANAGEMENT="Yes" APPLICATIONTIMEOUT=#CREATETIMESPAN(0,0,59,0)#
sessionTimeout = #CreateTimeSpan(0, 0, 59, 0)#>
test.cfm is where I create the variable :
<cfset CLIENT.essaie = "oui">
<cfoutput>#GetClientVariablesList()#</cfoutput>
<P><a href="test2.cfm">test2.cfm</a>
And the file where I retrieve my variable :
<cfoutput>#CLIENT.essaie#</cfoutput>
All these files are within the same directory.
lg2 Guest
-
Mysql variable: Hostname of CLIENT
Looking to write a script such as: select * from domains where hostname=MYSQL.CLIENT.HOSTNAME that dynamically matches against the hostname (or... -
Client Variable Storage
I found a document dating back to CF 4.5 where it stated the best practice for client variabel storage is to use an ODBC to a database. Is that... -
Client variable problem w/ CMX 7
For the last two weeks I have been getting this error from time to time: Element "SomeVariable" is undefined in CLIENT The weird thing is the... -
Client Variable SQL deadlock
Hi, we are having a problem with intermittant (about 20/hour) deadlocks on the CData table in our Sql Server. When I run a sql trace I see two... -
Creating client variable
I'm trying to lear out scope variables here but I'm having a hard time grasping the concept. I want to create a v take the quantity and unit price...



Reply With Quote

