Answered
Cold Fusion Build-In Variable
Good Day:
Tx in advance for answering my question....
I'm a new user in CF. Looking for some siple output in CLIENT.variable. For instance, I just would like code a simple output of CLIENT.LastVisit
All the example I searched give me something:
<cfoutput>
Welcome back!!! Your last
visit was on #DateFormat(Client.LastVisit)#.
</cfoutput>
which return me null. To sucessfully use it, I somehow believe i need to use it together with the <cfaplication>. May I have something as simple as possible just to see the result?
On top of that, if I were to futher use the CLIENT.CFID, I believe i should use the <cfset> to set it? How? Pls reply me something as simple as possible like:
<cfset CLIENT.CFID>???
<cfoutput>#CLIENT.CFID</cfoutput>
On the CF (or I'm acceing throuhg Dreamweaver), I can find a simple help example for those coding. I belive it should have. In future, how and hwere is the best way to just view some coding example whenever I encounter problem? I even when to the CF Admin - description there is good but no example, some on the Code Panel...
tx!
