I am using cookies to store data at client end for later access. But my concern is I am unable to set more than 20 cookies and I am looking for alternative to cookies.
Please help me on this
Updated
I found jStorage plugin here But it does not work for me in this case..
You can leverage local/session storage of HTML5
To save a value:
To get a value:
http://www.w3.org/TR/webstorage/