On 3/15/06,
Florian Boesch <[EMAIL PROTECTED]> wrote:
How do you solve the problem of sessions represented as rows in database,
accessed by an array of web-application servers?
The idea is that concurrent write access to session data will happen inevitably,
and since throwing an error page at your user everytime it does is not a
satisfactory solution you force no errors to happen by locking.
It'd be grateful not to do that pattern, and if you see some way which has
escaped me please tell me so.
--
Jonathan Ellis
http://spyced.blogspot.com

