cookie « Session « Spring Q&A





1. Creating a session cookie inside a controller    stackoverflow.com

I'm new to Tomcat, servlets and Spring Web. I'm come from a PHP background so I'm a little disoriented to say the least. I want a controller to create a session ...

2. disable cookie based session handling in Spring framework    stackoverflow.com

I'm having trouble using the session scoped bean in the application as expected because of cookie based sessions. When running the same app in two different browsers works fine but in ...

3. How can I detect Session cookie is enabled or not?    forum.springsource.org

I can detect if client cookie is enabled or not. In ie you can disable client cookies but you can stil have session cookie. So I need a way to detect ...

4. supporting sessions w/o cookies    forum.springsource.org

supporting sessions w/o cookies Our web application needs to support users who won't accept cookies. We're using Spring MVC w/ JSP as the view technology and all of our URL's are ...

5. Force session from GET not from cookie    forum.springsource.org

Force session from GET not from cookie Hello all, I'm using a Flash movie for uploading files in a batch. Flash Player 9 has a bug. It sends IE cookies with ...

6. Recreate session from URL in addition to cookies.    forum.springsource.org

Recreate session from URL in addition to cookies. Hi All, I'm grappling with a problem where I need to be able to pass the JESSIONID over a URL in addition to ...

7. cookie instead of session    forum.springsource.org

The current system use cookie as authentication method instead of HttpSession since we don't want session clustering across servers. But Spring Security basically seems to use HttpSession to authenticate. Is there ...

8. Retaining an authenticated session without cookies    forum.springsource.org

Retaining an authenticated session without cookies I've searched the Spring Security forums, the docs, and Google'd on this topic with about every variation I can think of, and have come up ...

9. Disabling usage of cookies for session ID handling    forum.springsource.org

Disabling usage of cookies for session ID handling Hi, I recently switched from using JSF to Spring 3 MVC and I am wondering what's the method there to disabling the (default) ...