[Zope] how to get session id with a DTML expression?

Paul Duriot paul.duriot@wanadoo.fr
Thu, 5 Jun 2003 14:41:46 +0200 (CEST)


I would like to get the session ID of the user once he is logged from a DTML Document.

I know for example, that I can do : <dtml-var expr="_.SecurityGetUser().getUserName()">
to retrieve the name of current User and to display it.

Is there anything  in order to do the same for retrieving ID Session???

Thanks a lot!