I have a Custom Object storing data in sessionStorage. The code is very
simple:Sys.Application.add_load(function() {
console.log('Sys.Application.add_load() has been executed.');
sessionStorage.setItem('applicationId', 'a001'); }); It's very strange
...