Hi there, I've tried to use Sessions on my zope-site for authentication features... Is there any good documentation about the session data manager and the browser id manager. I've been searching the whole night but I've only found sql - sessionmanager, happy... etc. etc.... But I haven't found a good docu about the included one. (Even the ZopeBook doesn't tell much about sessions) cheers marc
The help interface inside Zope actually has nice documentation on sessions.... :-) hth on or about, Wednesday, April 10, 2002, we have reason to believe that Marc Ende wrote something along the lines of : ME> Hi there, ME> I've tried to use Sessions on my zope-site for authentication features... ME> Is there any good documentation about the session data manager and ME> the browser id manager. I've been searching the whole night but I've only ME> found sql - sessionmanager, happy... etc. etc.... But I haven't found a good ME> docu about the included one. (Even the ZopeBook doesn't tell much about ME> sessions) ME> cheers ME> marc -- Geir Bækholt web-developer geirh@funcom.com funcom oslo | webdev-team
Marc Ende writes:
I've tried to use Sessions on my zope-site for authentication features... Is there any good documentation about the session data manager and the browser id manager. I've been searching the whole night but I've only found sql - sessionmanager, happy... etc. etc.... But I haven't found a good docu about the included one. (Even the ZopeBook doesn't tell much about sessions) Search Zope.org for the CoreSessionTracking (CST) documentation. It's the predecessor of nowadays session and it is well documented...
Dieter
Dieter is right... I rue the fact that I have not had time to "translate" the CST docs into something that matches the current sessioning implementation. But they are largely the same save for some terminology and the fact that you can now access the session via "REQUEST.SESSION" (you couldn't do this in CST). The help system docs plus the small bit in the Zope book are about "it" for now, sorry. ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Marc Ende" <me@twenty47.tv> Cc: <zope@zope.org> Sent: Wednesday, April 10, 2002 2:40 PM Subject: Re: [Zope] Session Mgmt. with Session Id Manager
Marc Ende writes:
I've tried to use Sessions on my zope-site for authentication features... Is there any good documentation about the session data manager and the browser id manager. I've been searching the whole night but I've only found sql - sessionmanager, happy... etc. etc.... But I haven't found a good docu about the included one. (Even the ZopeBook doesn't tell much about sessions) Search Zope.org for the CoreSessionTracking (CST) documentation. It's the predecessor of nowadays session and it is well documented...
Dieter
_______________________________________________ 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 )
participants (4)
-
Chris McDonough -
Dieter Maurer -
Geir B�kholt -
Marc Ende