diff --git a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js index eee9bede9..3d4e19c9f 100644 --- a/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js +++ b/modules/xerte/parent_templates/Nottingham/common_html5/js/xenith.js @@ -1316,7 +1316,7 @@ function x_KeepAlive() { const now = new Date().getTime(); let url = "website_code/php/keepalive.php" + "?t=" + now; - if (sessionParam != undefined) + if (typeof sessionParam !== 'undefined') { url = "website_code/php/keepalive.php" + sessionParam + "&t=" + now; }