On Mon, Oct 3, 2011 at 10:41 AM, Zeldor <[email protected]> wrote: > Marco: > > And it works without problems? There is no issue with user trying to log > from 2 browser on same time, trying to cheat the system? I am just wondering > if there is any risk of that. > How does your code look then in session and how do you fetch your data? > > Martin: > > I was trying to save on costs, where on AppEngine you are billed for every > DB query, while memcache is pretty much free. Is it really hard to keep > session data in sync? Only that user can modify his data. Then just tell your Repository to ask first Memcache and if there is a miss then the actual DB. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Authentication-and-sessions-the-right-way-tp3866840p3866906.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
