Am getting this error "Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document." when i enable "Block third-party cookies" from browser
Is that any other alternative solution for to store data from browser?
// To set value to localstorage
sessionStorage.setItem("contact", 'Found');
// To get value to localstorage
sessionStorage.getItem("contact");