mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-23 16:01:15 +00:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
export const SESSION_COOKIE = 'jmap_session';
|
|
export const SESSION_COOKIE_MAX_AGE = 30 * 24 * 60 * 60;
|