1. Http Session in Spring MVC stackoverflow.comI'm creating a very simple quiz application using spring mvc. It is working fine. But right now if a user is on the third question and another request comes in from ... |
2. Spring newbie - http session question forum.springsource.orgI have looked over the tutorials and don't quite understand how to manage HttpSession objects using Spring. If I want to save an object in the session conditional of a successful ... |
3. Accessing HTTP Session Id after Auth attempt forum.springsource.orgI was wondering if there is an easy way to get to the HTTP Session Id after an auth event? Do I need to subclass the SecurityEnforcementFilter to achieve this? The ... |
4. how to guarantee session is always created in http? forum.springsource.orgHi, I need some advice. I need to make sure a session is created in http and not in https. My environment is spring mvc and spring security running on tomcat ... |
5. HTTP session re-establishment forum.springsource.orgStrictly speaking not Spring related but anyway... Say I want to re-establish a session when the user arrives in my "login controller" with a session cookie present in the request. Using ... |
6. many http sessions forum.springsource.orgApr 22nd, 2005, 08:29 AM #1 bmalkow View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Location Gdańsk, Poland Posts 1 many http sessions Welcome! My client ... |
7. managing Hibernate Sessions across HTTP requests forum.springsource.orgmanaging Hibernate Sessions across HTTP requests Hi again, I would like to use lazy initialisation for my Hibernate objects (I'm not using Spring's Hibernate support at the moment but I don't ... |
8. HTTP invoker and sticky session forum.springsource.orgI have bunch of web servers exposing some funcitonality for remote clients via Spring Remoting(the default, HTTP invoker kind). They are behind a hardware load balancer. Everything works great. Now, I ... |
9. non-http session forum.springsource.orgI would like to leverage the session registery and concurrent sessioning functionality but without HTTP. Im using the RemoteAUthenticationManager for my authentication and if I try to wire in the Sessioning ... |
10. http session lost - repeated login requested forum.springsource.orgSep 21st, 2006, 09:43 AM #1 AndyHum View Profile View Forum Posts Private Message Junior Member Join Date Sep 2006 Posts 1 http session lost - repeated login requested I'm experiencing ... |
11. How to Limit the number of http session forum.springsource.orgHi, I would like to limit the number of http sessions in my application. Do u have to use a session listener or can i use some pretty spring classes ? ... |
12. Spring Remoting HTTP Session support. forum.springsource.orgSpring Remoting HTTP Session support. Hello. I'm working on project that uses Spring Remoting (with HttpInvokerServiceExporter) and accegi security. Authorization is done with FilterChainProxy / HTTP Basic mechanism. On client side ... |
13. Want to reach the HTTP Session from Hibernate forum.springsource.orgWant to reach the HTTP Session from Hibernate I placed a custom connection provider in for Hibernate and I want to be able to access the HTTP Session just before I ... |
14. HTTP session CacheProviderFacade implementation forum.springsource.orgHi, On BestCrosswords.com, I'm making heavy use of the EhCache implementation of the CacheProviderFacade and it's a delight to use, so thanks to the spring modules creators for writing it! I ... |
15. lingin use https -> after login sucessful use http,lost session forum.springsource.orgMay 9th, 2008, 03:09 PM #1 bencmai View Profile View Forum Posts Private Message Junior Member Join Date Apr 2008 Posts 21 login use https -> after login sucessful use http,lost ... |
16. Can you pass http session scoped messageListener to DefaultMessageListenerContainer forum.springsource.orgJun 1st, 2008, 09:31 PM #1 arun_prakash View Profile View Forum Posts Private Message Junior Member Join Date May 2008 Posts 9 Can you pass http session scoped messageListener to DefaultMessageListenerContainer ... |
17. HTTP Invoker and HTTP Session forum.springsource.orgI would like to keep some user information (login, roles...) between HTTP invokers calls. Is it possible to use the HTTP Session to store this information? How is generated the session ... |
18. Is it possible to create a http session aware bean? forum.springsource.orgFor some reasons, we need get a object from the httpsession. This object is necessary, even for the service bean, I want to create something like a http session aware bean ... |
19. Spring JPA Hibernate. Session remains opened after http request processing finish forum.springsource.orgSpring JPA Hibernate. Session remains opened after http request processing finish Hi: I'm having problems with database connections in my web application. I'm using a Spring + JPA + Hibernate (as ... |
20. How to deal with HTTP and HTTPS sessions forum.springsource.orgHow to deal with HTTP and HTTPS sessions Hey all, We are using Spring 2.5 on Tomcat 6.0 / Apache 2.2. I have defined the following |
21. HTTP Session in Spring MVC 3 forum.springsource.orgHTTP Session in Spring MVC 3 Hi, I want to check if a user is in a valid session. How can I achieve this? I have two controllers: - Authenticate Controller ... |
22. How Spring manages the HTTP session? forum.springsource.orgHow Spring manages the HTTP session? My understanding is that there are 3 ways to maintain a HTTP session. (1) Cookie (2) URL rewriting (3) use of hidden fields. I have ... |
23. disabling of HTTP sessions does not seem to be working forum.springsource.orgAug 13th, 2010, 02:45 PM #1 pguimaraes View Profile View Forum Posts Private Message Junior Member Join Date Sep 2007 Posts 5 disabling of HTTP sessions does not seem to be ... |
24. HTTP Session from the client forum.springsource.orgHTTP Session from the client Hi, I am trying to figure out how to get the HTTP Request before I send out the SOAP request to add in some properties to ... |
25. Handling HTTP Session timeout forum.springsource.orgIs WebContentInterceptor getting used by the framework? I still would like to know how to let the user know that the session was timedout by giving a message. |