You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Dan Bachelder <ch...@chowda.net> on 2001/08/18 03:47:44 UTC

user prefs

How can I associate an object (user prefs) to the current users session, so
I can get it on any page?


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: user prefs

Posted by Scott Eade <se...@backstagetech.com.au>.
Dan,

I think User.Temp lasts for the session - as opposed to User.Perm 
which is written to the database and available whenever the user
logs in.

Scott

----- Original Message ----- 
From: "Dan Bachelder" <ch...@chowda.net>
To: <tu...@jakarta.apache.org>
Sent: Saturday, August 18, 2001 9:10 PM
Subject: Re: user prefs


> I saw that.. but it doesn't say exactly how temp is temp... But I'll take
> your word :)
> 
> thanks,
> dan
> 
> ----- Original Message -----
> From: "Scott Eade" <se...@backstagetech.com.au>
> To: <tu...@jakarta.apache.org>
> Sent: Saturday, August 18, 2001 4:29 AM
> Subject: Re: user prefs
> 
> 
> > Check the API doc for:
> >
> > RunData.getUser().setTemp(String, Object);
> >
> > Scott
> >
> > ----- Original Message -----
> > From: "Dan Bachelder" <ch...@chowda.net>
> > To: <tu...@jakarta.apache.org>
> > Sent: Saturday, August 18, 2001 11:47 AM
> > Subject: user prefs
> >
> >
> > > How can I associate an object (user prefs) to the current users session,
> so
> > > I can get it on any page?
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: user prefs

Posted by Dan Bachelder <ch...@chowda.net>.
I saw that.. but it doesn't say exactly how temp is temp... But I'll take
your word :)

thanks,
dan

----- Original Message -----
From: "Scott Eade" <se...@backstagetech.com.au>
To: <tu...@jakarta.apache.org>
Sent: Saturday, August 18, 2001 4:29 AM
Subject: Re: user prefs


> Check the API doc for:
>
> RunData.getUser().setTemp(String, Object);
>
> Scott
>
> ----- Original Message -----
> From: "Dan Bachelder" <ch...@chowda.net>
> To: <tu...@jakarta.apache.org>
> Sent: Saturday, August 18, 2001 11:47 AM
> Subject: user prefs
>
>
> > How can I associate an object (user prefs) to the current users session,
so
> > I can get it on any page?
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: user prefs

Posted by Scott Eade <se...@backstagetech.com.au>.
Check the API doc for:

RunData.getUser().setTemp(String, Object);

Scott

----- Original Message ----- 
From: "Dan Bachelder" <ch...@chowda.net>
To: <tu...@jakarta.apache.org>
Sent: Saturday, August 18, 2001 11:47 AM
Subject: user prefs


> How can I associate an object (user prefs) to the current users session, so
> I can get it on any page?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org