Alec Aivazis added In_most_cases_in_order__.html  over 8 years ago

Commit id: 95eee856aa8cc76e24450a631c351e2ce4f6c6a0

deletions | additions      

         

In most cases, in order to achieve persistance, an additional storage mechanism is required whose lifetime exceeds the memory stack to store the session data. The two most common approaches are cookies or local storage. For a good comparison of the two for storing JWTs see this blog post.