1. Spring/Hibernate: Keep session open for thread, or open a new one? stackoverflow.comI am using Spring 3 together with Hibernate. I have a user request that starts a java thread in the spring controller and then a response is sent, so the thread ... |
2. session created before SS filters start for accessing a protected resource? forum.springsource.orgsession created before SS filters start for accessing a protected resource? Hello, We are using SS 2.0.5 and JBoss AS 5.0.1 in our web application. There is a page that is ... |
3. Why does Session Management Filter process for unsecured resources? forum.springsource.orgWhy does Session Management Filter process for unsecured resources? I am using Spring Security 3.0.5 and I have a number of intercept-url patterns defined as well as a custom SessionManagementFilter (fires ... |
4. I am having issues with Session-Management and http filters forum.springsource.orgI am having issues with Session-Management and http filters Here is what am using Code: |
5. How to avoid session being invalidated when |
6. After Invocation Collection Filtering From an EJB (Stateless Session Bean) forum.springsource.orgAfter Invocation Collection Filtering From an EJB (Stateless Session Bean) Hi, I am working on a proof of concept to integrate spring security into our J2EE application. I would like to ... |
7. Preventing concurrent session not working when using a custom form login filter forum.springsource.orgAug 26th, 2011, 11:09 AM #1 quikbeam View Profile View Forum Posts Private Message Junior Member Join Date Apr 2011 Posts 9 Preventing concurrent session not working when using a custom ... |
8. custom filter for session creation forum.springsource.orgHi, I am looking for an example filter which will ensure a session is created over HTTP and not HTTPS. I found the following post http://forum.springsource.org/showth...or-other-pages but it doesn't show how. ... |
9. Problem with DAO using Hibernate session.filter() forum.springsource.orgProblem with DAO using Hibernate session.filter() Hello I am happily using Hibernate in my DAOs, but I am encountering a strange behaviour with the following piece of code (sorry tabs not ... |
10. Filtering and Pageno info in session for master detail pages forum.springsource.orgFiltering and Pageno info in session for master detail pages i have large no of master detail pages .. each page having paging and filtering .. if a user goes to ... |
11. Problem with concurrent session filter on session expires forum.springsource.orgProblem with concurrent session filter on session expires Hi I have a very strange problem going on and dont understand whats happening(as my project is going to Prdoction nextweek and I ... |
12. Open Session in View Filter Spring Hibernate Struts forum.springsource.orgOpen Session in View Filter Spring Hibernate Struts I am using OpensessionInViewFilter for hibernate 3 "org.springframework.orm.hibernate3.support.OpenSe ssionInViewFilter" and I keep getting the lazy initialization error. Here is the filter configuration in ... |
13. hibernate configration with Open view session filter forum.springsource.orghibernate configration with Open view session filter I have extended sessionfilter which sets the flush mode to auto in getSession() method and in close session method closes if session is not ... |
14. Filtering Sessions, or intercepting forum.springsource.orgHi, my question is: I want to take users not loged in to login, by using a Sesion filter, or interceptor, or any thing else that spring provides. I want to ... |