Fix cookie domain
This commit is contained in:
parent
e236e252c3
commit
7aeca892d8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ router.get("/Default/123456/", (req, res) => {
|
|||
|
||||
router.get("/Default/123456/Start/Index/", (req, res) => {
|
||||
res.cookie("EfebSsoAuthCookie", "asdfasdfasdfasdfasdfasdfas", {
|
||||
domain: req.get('host').replace("uonetplus-opiekun", "uonetplus"),
|
||||
domain: req.get('host').replace("uonetplus-opiekun", ""),
|
||||
path: '/',
|
||||
httpOnly: true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue