Addition of a new store type to save data in LocalStorage

Description

Presently, only cookies are being used for storing data. Cookies send server information back every time an HTTP request is made. localStorage is an implementation of the Storage Interface. Unlike with cookies, data does not have to be sent back and forth with every HTTP request. This reduces the overall traffic between the client and the server and the amount of wasted bandwidth. This is because data is stored on the user's local disk and is not destroyed or cleared by the loss of an internet connection. Also, LocalStorage can hold up to 5MB of information. This is a whole lot more than the 4KB that cookies hold.

Environment

None

Activity

Show:

Details

Assignee

Reporter

Labels

Original estimate

Time tracking

No time logged1w remaining

Components

Affects versions

Priority

Created February 26, 2020 at 3:59 PM
Updated February 26, 2020 at 7:05 PM