SQLSession Problem
Hi All, I'm using zope 2.1.6 with apache server on NT platform. and I had a problem with SQLSession. I tried to put in the '_force_new_session' flag whenever I called a session, so I can have a fresh SessionID. But I always got a error return with a message "TypeError". So I wonder if this is the correct way to call the session component : <dtml-call "Session('_force_new_session=1')"> Please help. Cheers Wai
In article <OF12B1F6AA.6899A920-ON482568E8.0022C74B@mahirnet.com>, wai@mahirnet.com writes
So I wonder if this is the correct way to call the session component :
<dtml-call "Session('_force_new_session=1')">
This is what I do. <dtml-call "REQUEST.set('_force_new_session',1)"> <dtml-call Session> -- Regards, Graham Chiu gchiu<at>compkarori.co.nz http://www.compkarori.co.nz/index.php Powered by Interbase and Zope
participants (2)
-
Graham Chiu -
wai@mahirnet.com