on 7/26/2000 5:28 AM, "Alexey Plotnitsky" <[EMAIL PROTECTED]> wrote:
> What about more than one authorised user per one tubine/session in
> case of more than one application per turbine?
Can you please give me an example of *why* you would want more than one user
object per session? That does not really make any sense to me.
Also, you can do this on your own, without changing any of Turbine, by
simply doing something like this in your code:
data.getSession().putValue("MyOtherUser", new User());
-jon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]