Backend Sessions
Table of Contents
- Session Persistence in Database Handler
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
- Backend Session and Login Management Examples
Learn how to securely utilize Luminova's back-end session storage, to create, a simple user login with input validation.
- Session Persistence in Filesystem Handler
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 Handling and Client Login
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.