share « Session « Spring Q&A





1. How do I share a Hibernate SessionFactory across web applications?    stackoverflow.com

I have two web applications that are running on a single Tomcat server and are connected to the same database with Hibernate. I am concerned that having two SessionFactory instances running ...

2. Sharing sessions between wars    forum.springsource.org

Sharing sessions between wars I know this question is not directly related to ACEGI but I have one requirement for which I want some suggestions I have an application and there ...

3. IE session sharing issue    forum.springsource.org

Hi, My internet explorer windows are sharing the sessions even if I open two different browser windows with out doing a CTRL+N. Can you please help me out? thanks ! regards, ...

4. Sharing Hibernate SessionFactory between apps    forum.springsource.org

Sharing Hibernate SessionFactory between apps Currently we have a "persistence tier" based on Hibernate using Spring's HibernateDaoSupport. We have a Maven project which encases all domain classes (with Hibernate annotations), DAOs ...

5. Behavior incase of multiple Tabs sharing the same session    forum.springsource.org

Hi, I am facing an issue in opening multiple tabs sharing same session , as my model class is in session so the values are getting shared among multiple tabs. I ...

6. best practices to share hibernate session on web app    forum.springsource.org

Helloo, Id like to get youre opinion for the best way to use hibernate spring and JSf web app, I have 2 separate project, the first one, use hibernate and spring ...

7. Session scoped bean in shared (ear) service layer    forum.springsource.org

Session scoped bean in shared (ear) service layer Hello, I have several web apps bundled in an ear file sharing the same service layer. The service layer bootstrap is done using ...

8. Share session between wars?    forum.springsource.org

Share session between wars? Hey guys, this may apply more to servlet in general than Spring's Web support, but maybe Spring has a nice solution to this.. not sure. So I ...

9. Shared sessions - emptySessionPath    forum.springsource.org

Shared sessions - emptySessionPath I am setting up multiple WARs on a Tomcat instance that should seamlessly permit users to access the various wars for the same JSESSIONID. I set the ...





10. Prevent shared sessions    forum.springsource.org

Hi all! Is there any way to prevent shared sessions when new tabs or windows of the browser are opened? I've configured my application with concurrent-session-control, and it works when I ...