Hi Pavlos, Though the "Core Session Tracking" stuff is aimed to go into the core at some point, FSSession has some features that it doesn't (mainly easy persistence in a non-ZEO'd environment). Thus, I'd encourage you not to drop its development. One idea would be to rewrite FSSession as a "session data manager". The core session tracking stuff has a "session data manager" interface. It wouldn't be that hard to adapt the filesystem persistence stuff to this interface, allowing core session tracking to handle the cookies and session ids. Then again, it would be just as nice to have FSSession as it stands work under 2.3 as well. ----- Original Message ----- From: "Pavlos Christoforou" <pavlos@gaaros.com> To: "Peter Bengtsson" <peter@grenna.net> Cc: <zope@zope.org> Sent: Thursday, February 15, 2001 11:33 AM Subject: [Zope] Re: FSSession and Zope 2.3.x
On Wed, 14 Feb 2001, Peter Bengtsson wrote:
Hello,
Does FSSession (http://www.zope.org/Members/gaaros/FSSession) work with Zope 2.3.x on *nix?
I have no idea, as I have stoped following Zope development ( and the list) for a while. Can someone point me to Documentation on new changes to the product API?
If not, how can this be solved?
One way is to take any simple product that follows the recent Zope Product guidelines and see the differences. This is what I would do. However I was under the impression the Zope was moving along defining a general session management subsystem which would have made FSSession obsolete. I do not know though its current state.
Pavlos
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )