Download List

Projeto Descrição

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 versão adiciona a opção de substituir a função de sessão do PHP. Agora você pode usar a classe em seu script sem qualquer alteração.
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 UserAgent controle foi adicionado para evitar seqüestro de sessão. Se algo der errado durante a criação ou a leitura de uma sessão, um erro "E_USER_ERROR" agora é acionado.
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

O código foi reescrito. O código foi limpo. O padrão de projeto Singleton é utilizado. Vários comentários no estilo phpDoc foram escritos. Vários novos métodos foram adicionados. A estrutura de banco de dados foi alterado. O código foi alterado para usar 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 versão adiciona compatibilidade PHP5/PHP4 e um novo método para recuperar o valor de uma variável (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