On Wed, Mar 25, 2009 at 6:15 AM, Chad Skinner <[email protected]>wrote:

> So, in my experience and to my mind, the "tenet" of minimizing server-side
>> state is broken and wrong.  State should placed where it is (1) most secure
>> and (2) leads to the most responsive apps.
>>
>
> Not know much about lift yet and wanting to learn more, what is stored in
> the server session for a simple application? I am assuming it is used by the
> binder to store the generated form field names so the submitted fields can
> be rebound ... what other state does the framework store in it?
>

Any SessionVars are held in Session state.  Bindings from HTML elements to
functions are held in Session state.  Bindings between Comet Actors and the
HTML the represents them in held in Session state.


>
> >
>


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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to