Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
/ resession Public archive

[Unsupported] A stand alone session management class.

License

Notifications You must be signed in to change notification settings

milesj/resession

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resession v3.0.0

A class that manages and manipulates session data. Upon class instantiation all recommended ini settings are set based upon a defined security level.

Requirements

  • PHP 5.3+ - v3.x
  • PHP 5.2+ - v2.x

Features

  • Calls session_start() automatically upon class instantiation
  • Modifies the ini settings for extra security and protection
  • Uses HTTP cookies to store session data
  • Get and set data as a string or an array
  • Clear a session key, or destroy the session
  • Get and regenerate session IDs
  • Security levels of high, medium, and low
  • Configuration settings

Documentation

Thorough documentation can be found here: http://milesj.me/code/php/resession

About

[Unsupported] A stand alone session management class.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages