feat: session pinning for Paid+ tier (lease manager, TTL extension, idle timeout) #13

Closed
opened 2026-04-06 13:11:41 -07:00 by pyr0ball · 0 comments
Owner

Paid+ users can maintain persistent session state across calls and reconnects.

Requirements:

  • Session lease manager: creates a server-side session token with TTL
  • TTL auto-extends on activity (annotation events, user interactions)
  • Hard idle timeout: 30 minutes of no activity closes session
  • Session snapshot on close: annotation history + speaker labels saved server-side (encrypted, user-scoped)
  • Session import: user can resume a previous session (imports snapshot into current view)
  • Session list: last N sessions visible in settings panel

Privacy constraint: snapshots contain annotation metadata only — no audio, no raw transcription unless STT is active and user has explicitly opted in to text retention.

Paid+ users can maintain persistent session state across calls and reconnects. Requirements: - Session lease manager: creates a server-side session token with TTL - TTL auto-extends on activity (annotation events, user interactions) - Hard idle timeout: 30 minutes of no activity closes session - Session snapshot on close: annotation history + speaker labels saved server-side (encrypted, user-scoped) - Session import: user can resume a previous session (imports snapshot into current view) - Session list: last N sessions visible in settings panel Privacy constraint: snapshots contain annotation metadata only — no audio, no raw transcription unless STT is active and user has explicitly opted in to text retention.
pyr0ball added this to the Interaction — v1.0 milestone 2026-04-06 13:11:41 -07:00
pyr0ball added the
enhancement
backlog
tier:paid
labels 2026-04-06 13:11:41 -07:00
pyr0ball modified the milestone from Interaction — v1.0 to Navigation — v0.2.x 2026-04-12 11:04:26 -07:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Circuit-Forge/linnet#13
No description provided.