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
[EMAIL PROTECTED]


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to