Luminova Framework

Session Management

Table of Contents

  1. 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

  2. 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.

  3. 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.

  4. 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.