removed maximum age from cookie session
This commit is contained in:
parent
ce9ce46b6d
commit
a8ec46a3fe
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -61,7 +61,6 @@ function Server () {
|
|||
app.use(cookieSession({
|
||||
name : 'session',
|
||||
keys : [sessionKey],
|
||||
maxAge: 24 * 60 * 60 * 1000, // i.e. 24 hours
|
||||
}));
|
||||
app.use(speechPassport.initialize());
|
||||
app.use(speechPassport.session());
|
||||
|
|
Loading…
Reference in a new issue