Session
Introduction
Since HTTP driven applications are stateless, sessions provide a way to store information about the user across multiple requests. That user information is typically placed in a persistent store / backend that can be accessed from subsequent requests.
Packages
- odan/session - Sessions, Flash messages and middlewares
- RKA Slim Session Middleware - Session handler and middleware
- slim/flash - Slim Framework flash messages service provider
- middlewares/php-session - PHP Session middleware
Read more
- Slim 4 - odan/session (eBook)
- Slim 4 - RKA Slim Session Middleware (eBook)
- Slim 4 - Flash Messages (eBook Vol. 2)