Skip to:
Implement a method for storing user data/preferences in a cookie
Start by using http://plugins.jquery.com/project/Cookie , which is mentioned in FLUID-2718
There is a wrapper around the jquery cookie plugin in the engageClientUtils.js file. which can be used for cookie related tasks.
Implement a method for storing user data/preferences in a cookie
Start by using http://plugins.jquery.com/project/Cookie , which is mentioned in FLUID-2718