This post originated from an RSS feed registered with PHP Buzz
by Stephan Schmidt.
Original Post: New Project: patSession
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
408
After adding some documentation we added another project to the list of public releases: patSession.
patSession is an abstraction layer for handling storing values in sessions the object oriented way. The modular design of this utility allows to extend it with custom storage drivers. Currently the package includes the Native driver, which implements a storage container based on the build-in PHP-session features. Furthermore, patSession comes with heaps of features to make sessions secure.
Visit the patSession pages for further reading and code examples. Of course, patSession is open-source and free for usage and download, as well.
cc6