We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8482c0f commit e9965abCopy full SHA for e9965ab
src/client/modules/lib/kb_lib/Auth2Session.ts
@@ -649,6 +649,7 @@ export class Auth2Session {
649
setSessionCookie(token: string, expiration: number) {
650
const sessionCookie = new Cookie(this.cookieName, token)
651
.setPath('/')
652
+ .setDomain('ci-europa.kbase.us')
653
.setSecure(true);
654
655
sessionCookie.setExpires(new Date(expiration).toUTCString());
0 commit comments