Anything that is put in the vars dict of a URL will end up in
request.vars when navigated to. For example:
URL(vars=dict(server_time=request.now)) will be
request.vars.server_time.  Is that what you're asking?

On Nov 7, 3:12 am, AsmanCom <d.as...@web.de> wrote:
> Can I include the var server_time in the vars=dict somehow?
>
> THX

Reply via email to