haixunMaster/lib/auth/constants.ts

2 lines
87 B
TypeScript
Raw Permalink Normal View History

2026-06-21 12:50:31 +00:00
export const SESSION_COOKIE = "haixun_session";
export const SESSION_MAX_AGE_DAYS = 30;