RSS 3 projects tagged "sessions"

Download No website Updated 29 Jan 2013 Zebra_Session

Screenshot
Pop 85.32
Vit 13.24

Zebra_Session is a PHP class that acts as a wrapper for PHP’s default session handling functions. Instead of storing session data in flat files, it stores them in a MySQL database, thus providing both better security and better performance. The Zebra_Session class is also a solution for applications that are scaled across multiple Web servers (using a load balancer or a round-robin DNS) and where the user’s session data needs to be available, since storing sessions in a database makes them available to all of the servers. Zebra_Session‘s code is heavily commented and generates no warnings, errors, or notices when PHP’s error reporting level is set to E_ALL.

Download Website Updated 20 Feb 2013 Scache

Screenshot
Pop 64.30
Vit 6.63

Scache is a different approach for PHP session data management. It provides a generic key-value data cache to use for transient session data storage. Scache also provides a shared keyspace, shared counters, and simple cache features. Scache's difference to other implementations is a tree-structured keyspace where one can easily operate only on required parts of stored session data and also invalidate groups of stored data by expiring whole subtrees. Despite its name, scache is not a cache. Scache stores all session data inserted until data is deliberately destroyed and so reduces the need to redundantly store the same data somewhere else. Scache consists of a daemon and a PHP extension.

No download No website Updated 07 Feb 2012 couchCookie

Screenshot
Pop 18.19
Vit 22.32

couchCookie is a PHP5 class that authenticates and stores a user session in a CouchDB database via a random key stored in a cookie.

Screenshot

Project Spotlight

Hypercube

A graph visualizing tool.

Screenshot

Project Spotlight

zufall

A simple program to change the background periodically.