Session Storage Methods with Expiry

We often need to cache the data in sessionStorage with an expiration timeout. 
Session Storage doesn't provide an expiration which is the case with cookies 

 As cookies allows only 4-5kb of datastorage. sessionStorage allows approx. 5MB of data storage.

 Below are some handy method for session storage with expiration.

Comments

Popular posts from this blog

Create a lean React Solution using Typescript

SharePoint List Script Generator alpha Release

SharePoint 2016, 2013 , 2010 , 2007 Create list item with existing ID