Alec Aivazis edited In_most_cases_in_order__.html  over 8 years ago

Commit id: cb43504c7a9dd84a7188e361e7a31b114f393e7f

deletions | additions      

       

In most cases, in order to achieve persistance, an additional storage mechanism is required whose lifetime exceeds the memory stack of the browser window to store the session data. Two options exist in the mainstream: storing a session token that is referenced agains the server, or an encrypted version of JSON called a JWT. JWT.