sessionid « Security « Spring Q&A





1. Solution for handling Spring security session Id in different wed apps    stackoverflow.com

I have 2 web application on different wed servers: Core (Spring 3.0.5, Spring Security 3.0.5, PostgreSQL) and Red5 I need to develop the next workflow:

  1. User logins in Core
  2. System returns web page with ...

2. Spring-security 3.0.5 - Generete multi sessionid with multi browser instance?    forum.springsource.org

Spring-security 3.0.5 - Generete multi sessionid with multi browser instance? My application using the shell a custom filter for the integration of profiling (single sign-on) but I have the problem of ...

3. Basic authentication & sessionid    forum.springsource.org

Basic authentication & sessionid I have an application with basic authentication. My client application connects to it by using HttpUrlConnection. Everything works fine. But I have to send username/password to server ...