Re: [Lift] Re: Confused about request scope, session scope

2010-02-22 Thread David Pollak
On Mon, Feb 22, 2010 at 5:58 PM, Strom wrote: > Sometimes the best solution is the simplest, and in this case, > overlooked. > Please keep in mind that if you carry the primary key around in the URL, then (1) you've exposed the primary key to the world (this can have negatives including giving p

[Lift] Re: Confused about request scope, session scope

2010-02-22 Thread Strom
Sometimes the best solution is the simplest, and in this case, overlooked. Thanks Ross! Strom On Feb 22, 5:46 pm, Ross Mellgren wrote: > On Feb 22, 2010, at 8:39 PM, Strom wrote: > > > Thanks for responding Ross. Always helpful. > > > On Feb 22, 5:25 pm, Ross Mellgren wrote: > >> Session scope

Re: [Lift] Re: Confused about request scope, session scope

2010-02-22 Thread Ross Mellgren
On Feb 22, 2010, at 8:39 PM, Strom wrote: > Thanks for responding Ross. Always helpful. > > On Feb 22, 5:25 pm, Ross Mellgren wrote: >> Session scope is until the LiftSession expires (which is tied to the >> container session) and is longer. > How does one determine the container session scope?

[Lift] Re: Confused about request scope, session scope

2010-02-22 Thread Strom
Thanks for responding Ross. Always helpful. On Feb 22, 5:25 pm, Ross Mellgren wrote: > Session scope is until the LiftSession expires (which is tied to the > container session) and is longer. How does one determine the container session scope? Anywhere I can read up on this basic knowledge? > R