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
sessionStorage
You can save expiration time in cookie. In every page loading read the cookie, if it's empty (means expired) then clear sessionstorage.