Filter « Session « Spring Q&A





1. Spring/Hibernate: Keep session open for thread, or open a new one?    stackoverflow.com

I 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.org

session 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.org

Why 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.org

I am having issues with Session-Management and http filters Here is what am using Code: 3.0.5.RELEASE 1.5.10 3.0.5.RELEASE 2.1.3 My Problem is: A new session is created even if ...

5. How to avoid session being invalidated when ?    forum.springsource.org

How to avoid session being invalidated when ? Can someone tell me why a user's session is invalidated when they access a page in my "/**" pattern which has filters="none"? ...

6. After Invocation Collection Filtering From an EJB (Stateless Session Bean)    forum.springsource.org

After 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.org

Aug 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.org

Hi, 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.org

Problem 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.org

Filtering 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.org

Problem 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.org

Open 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.org

hibernate 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.org

Hi, 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 ...