On 1/30/06, Ben Bangert <[EMAIL PROTECTED]> wrote: > > Myghty has a session system thats usable outside of Myghty: > http://www.myghty.org/trac/wiki/ContainerAPI > > I should also note that this ContainerAPI is not only used for > sessions, but also for caching pages and sub-sections of pages for > blazing speed. Since you can cache anything thats pickle-able, there's > a lot of caching flexibility. This system also has not had any of the > deadlock issues that seem to have plagued CP's session filter, I've > been using Myghty sessions for over a year now on a moderately high > traffic site without a prob.
This looks like a nice API. I think the only thing that session middleware would do on top of that API is automatically assign a session ID. Kevin

