Commit 53a87188 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

Merge branch 'MLAB-524' into 'testing'

manage session

See merge request !39
parents f2fc1a44 3f2b0628
Pipeline #4535 passed with stage
in 8 seconds
......@@ -30,7 +30,8 @@ app.use(session(
{
resave: true,
saveUninitialized: true,
secret: config.app.sessionSecret
//secret: config.app.sessionSecret
secret: 'thisisasecret-thisisasecret-thisisasecret'
}
))
app.use(passport.initialize())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment