MySQL & Session
Package:
Summary:
Store and retrieve PHP session data in MySQL table
Groups:
Author:
Description:
This class can be used to store and retrieve PHP session data in an MySQL table.
It is an handler class that provides an interface for replacing the default session storage handler.
The class stores session data in a MySQL database table named sessions.
It is an handler class that provides an interface for replacing the default session storage handler.
The class stores session data in a MySQL database table named sessions.
Comments are closed.