http « Session « JPA Q&A





1. Hibernate Session in a Http Session. Problems!!!!    forum.hibernate.org

Hi guys, I am developing a web application which uses Hibernate. And i am storing the "Hibernate Session" object in a "Http Session" object. However, i have come across a problem when there are multiple users who update the data. In that case, since the "Hibernate Session" is in "Http Session", data will get updated only for the user who has ...

2. HTTP Session conflict - WebWork    forum.hibernate.org

3. Http Session storing corrupts Proxy?    forum.hibernate.org

Hi We have a workaround for this but if anyone knows the reason why I'd be pleased to here. We have an application that stores a User object in the http session. As this object has lazy associations we rebind it to the current hibernate session each request (using lock and if that fails merge). User has a link to the ...