Session Management
Session management lets your app remember users and data between requests. Learn to manage client-related sessions, persistent login flows, failed attempts, login checks, and strict IP-based session rules.
Table of Contents
- Session Handler to Store Data in Database
The session database handler class allows the use of a database for session storage, while optionallyencrypting session data. It extends PHP SessionHandler to provide fallback behavior for file-based
- Session Handler to Store Data in File
Installation guides for the PHP Luminova framework highlight the benefits of using Composer for easy maintenance and ensuring you're always up to date with the latest framework and dependency.
- Backend Session & User Login Management
The Session class provides a set of methods to simplify session management in your Luminova application. It offers convenient methods for storing, retrieving, and manipulating session data.