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
- odan/session (Slim 4 - eBook Vol. 1)
- RKA Slim Session Middleware (Slim 4 - eBook Vol. 1)
- Flash Messages (Slim 4 - eBook Vol. 2)