I went to through Encrypted Cache in worklight tutorial. but i think it wont much support for my local storage management. I need to maintain user session in my application. Is there is any possible way to do this. Or it can be achieved tro Jquery ??? Follow by this link Forum link
Share
encrypted cache is for data that you need to keep secure. It has an over head and you need a connection to the internet to create it. HTML5 local storage is much simpler.