On Wed, Dec 2, 2009 at 5:39 PM, Shawn C <cla...@gmail.com> wrote:

> Is there a way to configure Lift not to call request.getSession(true)
> in the servlet api?


No.


>  I do not want to use the servlet api session
> tracking.  I plan on storing some of the state in an AES encrypted
> cookie and the rest in hidden form fields.
>

This is a bad idea for a variety of reasons, mostly security related, but
also for the amount of data the is moved around and the amount of state
decoding that's necessary.

But if this is the design that you want, I don't think Lift is the right
framework for you.  You might be better off with Play or Wicket.

Thanks,

David


>
> Any assistance would be appreciated.
>
> Thanks.
>
> Shawn
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@googlegroups.com.
> To unsubscribe from this group, send email to
> liftweb+unsubscr...@googlegroups.com<liftweb%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to