[Zope] SQL-Session 3.0 -- session won't be writen to database
Andy Pahne
ap@big1.de
Sun, 3 Sep 2000 13:19:35 +0200
Hi,
I'm playing around with SQLSession-3.0
When I do something like the following:
<dtml-call Session>
<dtml-call "SESSION.set('foo','bar')">
<dtml-var "SESSION['foo']">
my session variable "foo" renders as I expected. But when I move to another
page my session-variable "foo" is not available.
Creating a session works perfect and the next page remembers about the
created session and gives me the correct name, but no session-variables.
I checked the database and there werde no entries in my session-data table.
Am I missing something like
<dtml-call "SESSION.nowWriteItIntoTheDatabase()">
or what?
Andy Pahne
ap@big1.de