Sessions A non-blocking session manager for PHP

Getting Started

Usage

Management

Get/Set

To avoid having to keep checking $_POST or $_GET data and falling back to session data or a default value, there is a convenience method available:

$option = $session->getSet("dropdown-option", "main-menu");

This method will do the following: