Using HTML5 Local Storage vs Cookies For User Tracking
Establishing communication for applications can be done a number of ways. Historically, it is done via sessions and cookies. While this is adequate for most of todays needs, there is another way. Let’s start by defining the 2 methods of data storage local storage and cookies. HTML5 Local Storage Essentially, using local storage gives you […]