Hi: I've configurated my server.xml with
<Valve className="org.apache.catalina.authenticator.SingleSignOn"/> and I've got deployed two web applications with Realm authentication How I can get SSO ID on a servlet ? I want to know this ID without browser sends a cookie to server. I don't need this SSO ID be equal to JSESSIONIDSSO . I only want to relate two sessions ( with different JSSESSIONID ) with only one identifier There is a session.getId() method, but retrieves session ID for each application. I need something like session.getSSOId() Thanks and regards --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org