PHP Classes

File: readme.md

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Session Handler Class   readme.md   Download  
File: readme.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Session Handler Class
Store and retrieve session values
Author: By
Last change: Update readme.md
Date: 5 years ago
Size: 373 bytes
 

Contents

Class file image Download

PHP Session Handler class

This class can store and retrieve session values.

It implements the basic functions to manipulate values stored in regular PHP sessions. Currently it can:

  1. Start a session if it was not started
  2. Set a session value
  3. Delete or unset session values
  4. Check whether a session value is set or not
  5. Retrieve a session value