## Script (Python) "getSessionId" ##bind container=container ##bind context=context ##bind namespace= ##bind script=script ##bind subpath=traverse_subpath ##parameters= ##title= ## # $Id: getSessionId.py 1440 2007-02-19 15:06:06Z joachim $ """ return the Session Id """ import DateTime now = DateTime.DateTime() if now.month() > 7: return "%s" % now.year() return "%s" % (now.year() - 1)