-
-
Notifications
You must be signed in to change notification settings - Fork 5
Sessions
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.
- Explain session setup during the request lifecycle.
- Explain where session data is accessed from application code.
- Authentication state.
- Flash messages.
- Multi-step workflows.
- 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.
- File-based routing
- Page views
- Page logic
- Dynamic URIs
- Headers and footers
- Custom HTML components
- Page partials
- Binding data to the DOM
- DOM manipulation
- Hello You tutorial
- Todo list tutorial
- Address book tutorial WIP
- Blueprints
- Application architecture
- Coding styleguide WIP
- PHP environment setup WIP
- Web servers WIP
- Background cron tasks
- Database setup WIP
- Client-side compilation WIP
- Testing WebEngine applications WIP
- Production checklist WIP
- Security WIP