mavelous icon indicating copy to clipboard operation
mavelous copied to clipboard

Use local storage instead of cookies

Open wiseman opened this issue 12 years ago • 0 comments

pfdsettings.js currently stores the PFD settings in a cookie, but that means that the cookie contents get sent to the server on every ajax request, which is a lot of overhead. We should store all settings in HTML5 local storage instead, and we should use Backbone's storage sync mechanism.

wiseman avatar Dec 30 '12 22:12 wiseman