diff --git a/js/functions.js b/js/functions.js index 2dd2ced34a..0605c81c05 100644 --- a/js/functions.js +++ b/js/functions.js @@ -901,6 +901,9 @@ AJAX.registerOnload('functions.js', function () { updateTimeout = window.setTimeout(UpdateIdleTime, 2000); } } else { //timeout occurred + if(isStorageSupported('sessionStorage')){ + window.sessionStorage.clear(); + } window.location.reload(true); clearInterval(IncInterval); }