diff options
| author | Bobby <[email protected]> | 2022-06-26 21:20:22 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-26 21:20:22 +0530 |
| commit | d70a2c9397d25296021871ac088a28054923e970 (patch) | |
| tree | ae7ba1f080bcaec720410fe15427285ad138344c /server.js | |
| parent | 5cc36e5144e6e3bba259a837fa06321c547f49d8 (diff) | |
| download | thatcomputerscientist-d70a2c9397d25296021871ac088a28054923e970.tar.xz thatcomputerscientist-d70a2c9397d25296021871ac088a28054923e970.zip | |
fix2: cookie logging out
Diffstat (limited to 'server.js')
| -rw-r--r-- | server.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,7 +20,6 @@ app.use( expressSession({ cookie: { maxAge: 30 * 24 * 60 * 60 * 1000, - domain: require("yaml").parse(require("fs").readFileSync("site.config.yml", "utf8")).domain, }, secret: process.env.AUTHORIZATION_STRING, resave: true, |
