HTTP Session

You can use middleware to implement a persistent session.

Enter a message, then open another tab to see it there.

Your Message

This example uses a cookie and server memory to persist between page reloads but not server reloads. Changes are not synced between tabs in real-time.

Be careful when testing in Firefox, as it will keep the current form value on refresh.