mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 18:52:06 +00:00
Fix session max age docs
This commit is contained in:
2
src/config/env/index.ts
vendored
2
src/config/env/index.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user