Luminova Framework

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

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

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