eGifter interview question

General questions about experience and experience with Java script, Razor. What's the different between cookie and local storage, etc.

Interview Answers

Anonymous

18 Nov 2017

Local storage does not expire when the browser window closes, that would be session storage.

Anonymous

15 Jun 2017

Cookies are accessible by server side, and local storage is accessible by client side. Plus local storage expires when the browser is closed.