PHP Classes

PHP Cookie Session Handler

Recommend this page to a friend!

      PHP Classes blog  >  How to Use PHP Sessio...  >  All threads  >  PHP Cookie Session Handler  >  (Un) Subscribe thread alerts  
Subject:PHP Cookie Session Handler
Summary:Handler class that stores session data in cookies
Messages:1
Author:Ramesh Narayan Jangid
Date:2024-09-18 05:22:50
Update:2024-09-18 14:35:39
 

  1. PHP Cookie Session Handler   Reply   Report abuse  
Picture of Ramesh Narayan Jangid Ramesh Narayan Jangid - 2024-09-18 14:35:39
phpclasses.org/package/12951-PHP-Ha ...

This package provides a handler class that stores session data in cookies.

It provides a class that has all functions to load and save session data in cookies.

The session data is stored in cookies by encrypting the data with a private key defined on the server side.

So, no overhead on server side for saving session data.