Wondering if there is a pre-made solution for disabling all unnecessary session creations. Basically, if someone hasn't logged in through /auth/login then they have no session. This would greatly help with caching on the server, through proxies, and clients. Even comments don't really need them, just the post data from the input that shows a one-time message that the comment will be moderated. I have found the "habari-extras/session_manager" plugin that restricts this for specific UAs I believe. I am willing to extend this plugin. I know PHP and I have made a few plugins for Habari already. I would greatly appreciate not having to modify the "system" package.
It seems everything up to comments would be easy, just almost always return false from filter_session_write. But some work would have to be done to make comment forms work properly. It is also possible that I don't even know everything that the Habari session does, and maybe it is necessary for other things as well. Thanks for any input! -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users
