Hello all,
What about more than one authorised user per one tubine/session in
case of more than one application per turbine?
I look in source code -
RunData.java:
/**
Saves a User object into the session.
*/
public void save()
{
session.putValue(User.SESSION_KEY, (Object) user );
}
So, we have limit to up one user per session.
Any ideas?
without hacking Turbine, sure :)
--
Best regards,
Alexey mailto:[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]