@ -140,7 +140,8 @@ app.use(session({
rolling: true, // reset maxAge on every response
cookie: {
maxAge: config.sessionLife,
sameSite: 'strict'
sameSite: 'strict',
secure: config.useSSL || config.protocolUseSSL || false
},
store: sessionStore
}))
The note is not visible to the blocked user.