Loading..
// remove the clear cookie param to ensure we're not killing sessions when we don't want too $(document).ready(function () { let currURL = new URL(window.location.href); currURL.searchParams.delete("clear"); window.history.replaceState(null, null, currURL.pathname + currURL.search); });