Re: session management and threads synchronization

2014-01-19 Thread Kristian Marinkovic
hi, maybe this "ancient" article by Brian Goetz may help you: http://www.ibm.com/developerworks/library/j-jtp09238/index.html :) cheers, Kris On Sat, Jan 18, 2014 at 8:39 AM, Ilya Obshadko wrote: > Hello, > > I have implemented persistent session management in my application (using > cookies a

session management and threads synchronization

2014-01-17 Thread Ilya Obshadko
Hello, I have implemented persistent session management in my application (using cookies and session IDs in the database). Everything works fine, but sometimes I see Hibernate errors "Batch update returned unexpected row count from update" when committing database changes after setting up a new se