> In the meantime, use the .set method of the session data
> object, e.g. in the
> onStart function:
>
> sdo.set('Username', 'Foobar')
>
> .. or use an external method.
Ok, works now. Thanks.
How to I access things like the DTML AUTHENTICATED_USER.getUserName() from a
python script?
/Magnus