Commit Graph

1 Commits

Author SHA1 Message Date
tianqishu
1ebb792854 feat(session): add TTL/auto-cleanup for idle sessions (#3250)
- Add session.ttl config option (number or {idle, maxAge} object)
- Add session.cleanup.intervalSeconds for cleanup service interval
- Implement session-ttl.ts with TTL normalization and expiration checks
- Implement session-cleanup.ts with periodic cleanup service
- Add comprehensive unit tests (19 tests)

Closes #3250
2026-01-28 19:23:43 +08:00