Add renew parameter to config

This commit is contained in:
Edo Rivai
2018-03-26 11:54:23 +02:00
committed by GitHub
parent 106d393592
commit ca51438165

View File

@@ -156,6 +156,11 @@ declare namespace session {
*/
rolling?: boolean;
/**
* Renew session when session is nearly expired, so we can always keep user logged in. (default is false)
*/
renew?: boolean;
/**
* You can store the session content in external stores(redis, mongodb or other DBs)
*/