Expiry of sessionStorage

前端 未结 4 2174
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-13 17:33

I am building a form in which i have to store the data in html5\'s sessionStorage i don\'t know where the sessionStorage expires. Can anyone tell m

4条回答
  •  春和景丽
    2020-12-13 18:02

    You can save expiration time in cookie. In every page loading read the cookie, if it's empty (means expired) then clear sessionstorage.

提交回复
热议问题