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.
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.
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.
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.
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.