I am going to build an application, which will use ajax to retrieve data and display it to the user. I want to use web storage but I dont know if I should use local storage or session storage? I know that with session storage, data gets lost when the browser is closed. Would this also be data which is stored in the web storage to be displayed to the user? Can anyone advise which storage is best for me as I am a bit confused.....
Thanks