Skip to content
Greg Bowler edited this page May 9, 2026 · 3 revisions
  • Explain server-side user state across requests.
  • Contrast with cookies and one-off form input.

How WebEngine uses sessions

  • Explain session setup during the request lifecycle.
  • Explain where session data is accessed from application code.

Common patterns

  • Authentication state.
  • Flash messages.
  • Multi-step workflows.

Storage and configuration

  • Mention handlers and configuration at a high level.
  • Explain how to use other handlers such as Redis.

Now object-oriented methods are available for accessing cookies, sessions and user input, we can learn about protected globals.

Clone this wiki locally