Nexista currently uses PHP's built-in session management interface, but while working on Private Wiki, I've been struggling a little bit with logging in and storing session information. I've thought about using PEAR's Auth package for awhile now (Nexista is setup to use any authentication mechanism) and now I'm thinking about using PEAR's HTTP_Session2 package. As it stands, Nexista doesn't have the same API hooks for session management as it does authentication and authorization, so I'll have to add that. On to the Nexista trac....