Zeldor wrote:
> 
> But what are benefits of small session really? With entire user in session
> I can skip getting data from db and serve data faster...
> 

In clustered env small session get replicated much faster. I think that
wicket's session shouldn't be used for storing any business data. Any data
should be attached and loaded on per-component level, i.e. on demand (either
from DB or external cache).


-----
--
http://www.linkedin.com/in/amorozov
--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Users-sessions-data-tp3598626p3599303.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to