> But what are benefits of small session really? With entire user in session I
> can skip getting data from db and serve data faster...
>
wicket's (de-)serialization is not done in 0ms ;)

but if that works for you then this strategy is great.

and also if you have a lot of users or big user data (or both)
then you'll quickly run out of memory for your app server

another problem is that you'll have to make sure that the user is always
redirected to
the same server/node with the user its session data, which makes load
balancing more complicated.

-- 
http://jetwick.com open twitter search


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to