3 Sep
2000
3 Sep
'00
11:19 a.m.
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