AI chat stream resumption: when Redis is enough, and when you need durable sessions
HTTP streaming (SSE) lacks built-in session recovery, causing AI chat streams to break on page refresh, network drop, or device change. The Vercel AI SDK's Redis-backed replay handles page-reload resumption but is single…