On 12.01.12 18:47, Thomas Vandahl wrote:
> Yes you are. And then you have the sessionUnbind issue as pointed out by
> Sheldon. But still there is help. You may use the SessionService (you'll
> need to add the SessionListener to your application) to get access to
> your active sessions like in TurbineSession.getSessionsForUser(user) and
> then update the user object in those sessions.

One more addition: You should not replace the user objects in the
sessions you get as the user might have modified settings in his
PermStorage or TempStorage. You rather apply the modifications to the
user objects and let them save themselves.

Bye, Thomas.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to