[Lift] Re: Advice for maintaining application state

2010-03-02 Thread sean8223
Just to wrap up, the StatefulSession suggestion, coupled with the usage of RequestVars in a few place to preserve data across links and calls to S.redirectTo s did the trick for us. Session variables are really no different in Lift than in any other web framework. They are appropriate for data

[Lift] Re: Advice for maintaining application state

2010-02-25 Thread sean8223
Thanks for the tips, Tim. We have used StatefulSession for multi-page workflows, but it didn't occur to me to try it in this context. Sean On Feb 24, 2:55 pm, tiro tim.romb...@googlemail.com wrote: not sure if I posted the

[Lift] Advice for maintaining application state

2010-02-22 Thread sean8223
Apologies in advance for the long post, but I have a question for the group about best practices for handling application state in Lift. By way of background, our team members are Lift newbies but have been building web applications for well over a decade, using many different languages and