I had a HTML5 + Jquery code to send HTTP POST to server to retrieve the data. First of all, Client apps need to perform login through Jquery + json. Then, client need to use the same session to call the web services to retrieve the data.
Can anyone advice me/ provide me an example on how to maintain/store session using js/jquery and html5 only?
Thanks in advance for the help.