Local storage

Local storage refers to a method of storing data in, and retrieving data from, a user’s browser. Although the method is similar to cookies, data stored using local storage isn’t automatically transmitted to the server in every HTTP request, and the data remains client side, which allows for greater storage capacity.