The PHP backend stores the conversation's message array in Redis under mediassist:session: {id} with a 1-hour TTL. The React frontend additionally persists all sessions to localStorage for the history ...