[Zope] how to close SQLSession?

Oleg Broytmann phd@phd.russ.ru
Thu, 4 May 2000 16:30:12 +0000 (GMT)


On Thu, 4 May 2000, Igor Mikhailov wrote:
> If I don't need my session any more, how can I destry it?

   Force the session cookie to expire:

<dtml-call "RESPONSE.expireCookie('test')">
                                   ^^^^ cookie name from your Session object

   (Have you subscribed to Russian Python/Zope mailing list?)

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd@phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.