()
| 23 | private cleanupInterval: NodeJS.Timeout | null = null; |
| 24 | |
| 25 | constructor() { |
| 26 | // Start automatic cleanup every 5 minutes |
| 27 | this.startAutoCleanup(); |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Create a new session |
nothing calls this directly
no test coverage detected