Download List

專案描述

PostgreSQL Session Handler for PHP is a custom session save handler for PHP4 that uses PostgreSQL as the session cache. This allows multiple Web servers to share a common session storage container, and is useful for allowing Web users to move between machines while maintaining their session state.

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.

2003-02-10 19:42
2.1

This release corrects a bug that caused session writing to always return failure. Also, the SQL table schema has been updated to support longer session keys.
標籤: Minor bugfixes

2003-01-13 02:49
2.0

This is a major rewrite / cleanup of the existing code. In particular, it has been updated to reflect the most recent set of changes to the PHP PostgreSQL API.
標籤: Code cleanup

2002-09-12 09:34
1.10

Session rows are now locked over the lifetime of the session. This more accurately reflects the behavior of the default 'files' session driver and prevents session collisions.
標籤: Major feature enhancements

2002-01-31 08:39
1.9

Changing the session write implementation to perform the update inside of a transaction block.
標籤: Minor feature enhancements

2002-01-25 22:35
1.8

This release adds a small fix to the read function that improves
compatibility with PHP 4.1.0 and greater.
標籤: Minor bugfixes

Project Resources