Hi does anyone know how to store and retrieve client variables in CFMX?
I get a error message the old way of doing things.
the error message is:
Element VLSUSER is undefined in CLIENT.
the code is:
<cfif NOT isDefined("user">
<cfset user = #client.vlsuser#>
</cfif>
any suggestions?
Thanks in advance.
Mike
I get a error message the old way of doing things.
the error message is:
Element VLSUSER is undefined in CLIENT.
the code is:
<cfif NOT isDefined("user">
<cfset user = #client.vlsuser#>
</cfif>
any suggestions?
Thanks in advance.
Mike