Hi:

I have migrated from tdk1.1a9 to tdk1.1a10.

I am now a little confused about Turbine User control.

I notice that when a user open the brower,  a session is established.  I
also noticed at that time a TurbineUser object has be created and stored in
session.

In my code for a9,  I have this lines in login action:

        user = TurbineSecurity.getAuthenticatedUser( username, password );
        data.setUser(user);

In a10, should I still use this while a user seems have been created? Or I
just write like this:

        user = data.getUser();
        user.setXXXXX().


Regards

fanyun



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to