Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Persisting an item in storage
Set an item in the local storage identified by a key.
Method summary
setItem(key,value) |
- returns – None
- params
- Key (String), Value (String)
Usage
<cfset cfclient.localstorage.setItem(“myKey”,”myValue”) > |
Example