Hi all: I want to create user sessions in zope with credentials taken from an authentication form and data about the user taken from a PostgreSQL database. I know that Zope2.5 and later bring with something to do this like CoreSessionTracking, and exist some extra products like: SQLSession, HappySession, FSSession (I don't know any else) In any case, Where I find any documentation about how use any of them in zope with ZPT? and which one use?. I review in the zope.org page the how-tos, the articles, the books, but i don't found nothing. If anybody can guide me to the research, or have any opinion about which one use (the most important issue) and how, I will appreciate. thanks in advance
Leticia Larrosa wrote at 2005-3-11 19:00 -0400:
CoreSessionTracking, and exist some extra products like: SQLSession, HappySession, FSSession (I don't know any else) In any case, Where I find any documentation about how use any of them in zope with ZPT?
The Zope Book (2.6/2.7 edition, online) explains Zope's builtin session (what formerly has been "CoreSessionTracking"). Upgrade to a modern Zope version is *highly* recommended! -- Dieter
Leticia Larrosa wrote:
Hi all:
I want to create user sessions in zope with credentials taken from an authentication form and data about the user taken from a PostgreSQL database. I know that Zope2.5 and later bring with something to do this like CoreSessionTracking, and exist some extra products like: SQLSession, HappySession, FSSession (I don't know any else)
Zope 2.7.x (I think it starts with Zope 2.6.x but I would not bet my life on this...) has builtin support for sessions. Read the Zope Book for more informations. HTH -- Bruno Desthuilliers Développeur bruno@modulix.org
participants (3)
-
bruno modulix -
Dieter Maurer -
Leticia Larrosa