23 Apr
2001
23 Apr
'01
2:48 p.m.
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