Download List

Descripción del Proyecto

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

Esta versión incluye la opción de reemplazar la función sesiones de PHP. Ahora usted puede utilizar la clase en la secuencia de comandos sin ninguna modificación.
Tags: php session override
This release adds the option to override the PHP session function. Now you can use the class in your script without any change.

2011-01-05 20:47
2.0 Beta2

Opcional de control de agente de usuario ha sido añadido a evitar el secuestro de sesión. Si algo sale mal durante la creación o la lectura de un período de sesiones, un "E_USER_ERROR" error ahora es disparado.
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

Código fue reescrito. El código ha sido limpiado. El patrón de diseño Singleton se utiliza. Varios comentarios en el estilo phpDoc fueron escritos. Varios métodos se han añadido nuevas. La estructura de base de datos se ha cambiado. El código se cambió para utilizar DOP.
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

Esta versión incluye compatibilidad PHP5/PHP4 y un nuevo método para recuperar el valor de una variable ( "get_var").
Tags: Minor feature enhancements
This release adds PHP5/PHP4 compatibility and a new method to retrieve a
variable's value ("get_var").

2004-08-23 19:23
1.0 RC1

Tags: Initial freshmeat announcement

Project Resources