Session Cookies
This example shows a small React SSR app that keeps a username in a session cookie.
It demonstrates request-bound cookie state, cookieStored, SSR rendering from incoming cookies, server-side cookie deletion on /logout, redirect handling, and hydration without mismatches.