diff --git a/UI/WebServerResources/SOGoRootPage.js b/UI/WebServerResources/SOGoRootPage.js index dd93cb3b2..7e311008d 100644 --- a/UI/WebServerResources/SOGoRootPage.js +++ b/UI/WebServerResources/SOGoRootPage.js @@ -9,7 +9,8 @@ function onLoginClick(event) { startAnimation($("loginButton"), $("submit")); var loginString = $("userName").value + ":" + $("password").value; - document.cookie = "0xHIGHFLYxSOGo-0.9 = basic" + loginString.base64encode(); + document.cookie = ("0xHIGHFLYxSOGo-0.9 = basic" + loginString.base64encode() + + "; path=/"); } addEvent(window, 'load', initLogin);