Fix session max age docs

This commit is contained in:
Aaron William Po
2023-12-18 00:33:30 -05:00
parent 616e888b9e
commit 2015c5e991
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ export const SESSION_SECRET = parsed.data.SESSION_SECRET;
export const SESSION_TOKEN_NAME = parsed.data.SESSION_TOKEN_NAME;
/**
* Maximum age of the session cookie in milliseconds.
* Maximum age of the session cookie in seconds.
*
* @example
* '86400000'; // 24 hours