MCPcopy
hub / github.com/cloudflare/vibesdk / SessionConfig

Interface SessionConfig

worker/database/services/SessionService.ts:21–26  ·  view source on GitHub ↗

* Session configuration

Source from the content-addressed store, hash-verified

19 * Session configuration
20 */
21interface SessionConfig {
22 maxSessions: number; // Max sessions per user
23 sessionTTL: number; // Session TTL in seconds
24 cleanupInterval: number; // Cleanup interval in seconds
25 maxConcurrentDevices: number; // Max concurrent devices per user
26}
27
28/**
29 * Session Service for D1-based session management

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected