Skip to content

Instantly share code, notes, and snippets.

@youcoldfusion
youcoldfusion / clientstorage.cfm
Created April 27, 2013 04:53
client variable storage in coldfusion
<cfdump var="#client#">
<!--- client variable storage --->
<!---
1.Registry by default
2.Cookie
3.Datasource
--->
<!--- The selection of ClientStorage can be even done
from coldfusion administration
--->