Foxhound5366
Honorary Master
Wait long enough to teach yourself something, and a newer and better technology comes along lol.
I've been meaning to teach myself how to use JavaScript cookies for years, and when I finally googled it today I learned that the new local storage API is way better and more intuitive.
I built a quick test and it sure works for persistent memory of simple name/value pairs, which is all I wanted.
For the more experienced coders here, is this considered the new "best practice" way of storing data quickly in the local browser beyond the current session, or is there something to beware of?
I've been meaning to teach myself how to use JavaScript cookies for years, and when I finally googled it today I learned that the new local storage API is way better and more intuitive.
I built a quick test and it sure works for persistent memory of simple name/value pairs, which is all I wanted.
For the more experienced coders here, is this considered the new "best practice" way of storing data quickly in the local browser beyond the current session, or is there something to beware of?
