Menu

SQLSession - a rewrite

One of the problems with the SQLSession-class is that it cannot be easily integrated into a project without having to change from using $_SESSION to using the object.
As this provides an unnecessary level of inconvenience I have recoded SQLSession to use session_set_save_handler() so that, as usual, $_SESSION can be used.
As this is a complete rewrite the new version of the class is not compatible with previous releases.
The new version is now being tested and is supposed to be released soon.

Posted by Dennis Wronka 2008-04-20

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.