Re: [Zope-dev] Getting SessionUID from FSSession
--- In zope@egroups.com, "Jeff Nielsen" <Jeff@U...> wrote:
How can I gather the current SessionUID from FSSession? From the docs, I gather that
<dtml-var "FSSession['SessionUID']">
should return the SessionUID, but it always returns "None". Can anyone clue me in?
Try: <dtml-var "FSSession.getName()"> regards, Hung Jung ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Beautiful, That's works. Thanks. -----Original Message----- From: Hung Jung Lu [mailto:hungjunglu@hotmail.com] Sent: Friday, June 16, 2000 1:59 AM To: Jeff@UgoFast.com; zope-dev@zope.org Subject: Re: [Zope-dev] Getting SessionUID from FSSession --- In zope@egroups.com, "Jeff Nielsen" <Jeff@U...> wrote:
How can I gather the current SessionUID from FSSession? From the docs, I gather that
<dtml-var "FSSession['SessionUID']">
should return the SessionUID, but it always returns "None". Can anyone clue me in?
Try: <dtml-var "FSSession.getName()"> regards, Hung Jung ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
participants (2)
-
Hung Jung Lu -
Jeff Nielsen