Download List

專案描述

My session is a PHP class that stores session data in a database rather than files. This method is more secure than the default session system of PHP. This class allows you to encrypt data if it is needed.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-15 07:28
2.0 Beta 3

This release adds the option to override the PHP session function. Now you can use the class in your script without any change.
標籤: php session override

2011-01-05 20:47
2.0 Beta2

Optional UserAgent control was added to prevent session hijacking. If something goes wrong while creating or reading a session, an "E_USER_ERROR" error is now triggered.

2010-12-30 00:42
2.0 Beta 1

Code was rewritten. The code was cleaned up. The Singleton design pattern is used. Several comments in the phpDoc style were written. Several new methods were added. The database structure was changed. The code was changed to use PDO.

2004-09-03 15:33
1.1

This release adds PHP5/PHP4 compatibility and a new method to retrieve a
variable's value ("get_var").
標籤: Minor feature enhancements

2004-08-23 19:23
1.0 RC1

標籤: Initial freshmeat announcement

Project Resources