Alejandro, Just the Zope Book, what exists in the help system, and the Examples folder really. CoreSessionTracking came with a tutorial, but I haven't had time to "port" the tutorial to the Zope 2.5+ sessioning stuff.. sorry. This really bugs me, but there's not much I can do about it at the moment. :-( Thanks, - C Alejandro Fernandez wrote:
Thanks!
That's great... I looked up the page you suggested also. It seems I should really be saying "expr=" too... Now I can set and get variables in sessions. Is there a place with a tutorial on dtml / python programming with sessions (web searches don't reveal any)?
Thanks a third time :)
Ale
On Wed, 26 Jun 2002 16:41:44 -0400 "Chris McDonough" <chrism@zope.com> wrote:
Whoops!
Change that first one to:
<dtml-call "SESSION.set('foo', 'bar')">
----- Original Message ----- From: "Chris McDonough" <chrism@zope.com>
<dtml-call "SESSION.set('foo', 'bar'")>
or...
<dtml-with SESSION> <dtml-call "set('foo', 'bar')"> </dtml-with>
<dtml-with SESSION mapping> <dtml-call set('banana',1)> (or SESSION.set, without the
dtml-with)
<dtml-var banana>
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"