Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt die Möglichkeit, die PHP-Session-Funktion überschreiben. Jetzt können Sie die Klasse in Ihrem Skript ohne Änderung verwenden.
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

Optional UserAgent Kontrolle wurde hinzugefügt, um Session-Hijacking verhindern. Wenn etwas schief geht beim Erstellen oder Lesen einer Sitzung, ist ein "E_USER_ERROR" Fehler jetzt ausgelöst.
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 wurde neu geschrieben. Der Code wurde aufgeräumt. Das Singleton-Entwurfsmuster verwendet wird. Mehrere Kommentare im Stil phpdoc geschrieben wurden. Mehrere neue Methoden hinzu. Die Datenbank-Struktur geändert wurde. Der Code wurde geändert, um PDO verwenden.
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

Diese Veröffentlichung fügt PHP5/PHP4 Kompatibilität und eine neue Methode, um den Wert einer Variablen abrufen ( "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