On Mon, 3 Oct 2011 01:10:58 -0700 (PDT) Zeldor <[email protected]> wrote:
> But would it be possible to store User data in the session without > having to fetch it from datastore on every request? My users don't > interact with each other and they operate only on their own data. So > it'd be most efficient to store User data in the session and interact > with db only when some data is changed. Yes, just put a field in your Session and add getter/setter. Carl-Eric www.wicketbuch.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
