[Zope] SESSION and REQUEST variables

Chris Withers chrisw@nipltd.com
Thu, 14 Mar 2002 12:27:28 +0000


Chris McDonough wrote:
> 
> While I'm not clear on exactly what you're doing (thus my answer might
> be less than helpful), I think you can get at your variable by doing
> something like (for instance):
> 
> <span tal:define="myob python: request.SESSION['myob']">

and slightly cleaner:

<span tal:define="myob nocall:request/SESSION/myob">

cheers,

Chris