Skip to content
Snippets Groups Projects
Unverified Commit 95635d40 authored by Tom Robinson's avatar Tom Robinson
Browse files

Set cookie path to MetabaseRoot

parent f1e317df
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ var MetabaseCookies = {
// set the session cookie. if sessionId is null, clears the cookie
setSessionCookie: function(sessionId) {
const options = {
path: '/',
path: window.MetabaseRoot || '/',
expires: 14,
secure: window.location.protocol === "https:"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment