SV: [Zope-dev] CoreSessionTracking

Magnus Heino (Rivermen) magnus.heino@rivermen.se
Mon, 23 Apr 2001 16:48:50 +0200


> 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