Re: SQLSession and lexical token problems
--- In zope@egroups.com, Jason Lee <jlee@r...> wrote:
I'm trying to use SQLSession, and not having much luck.
The other two choices are FSSession and HappySession. FSSession is File-System-based. HappySession is RAM-based. HappySession is very easy to install and use. You don't need to worry about setting up database tables or file folder, you don't need to worry about cleaning up old session data, and you don't need to worry about initializing the session object in each REQUEST. If you (1) don't need to store the session data forever, (2) are willing to use cookie, (3) don't store gigantic session data, then you may consider using HappySession. http://www.zope.org/Members/hungjunglu/Products/HappySession regards, Hung Jung ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
participants (1)
-
Hung Jung Lu