Bug 51516 - org.apache.catalina.SSO_SESSION_COOKIE_NAME vs org.apache.catalina.authenticator.Constants.SSO_SESSION_COOKIE_NAME
Summary: org.apache.catalina.SSO_SESSION_COOKIE_NAME vs org.apache.catalina.authentica...
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 normal with 1 vote (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-16 19:28 UTC by Mathan
Modified: 2011-07-19 19:26 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathan 2011-07-16 19:28:46 UTC
In Apache Tomcat Configuration Reference - System Properties document, It has been suggested to use system variable org.apache.catalina.SSO_SESSION_COOKIE_NAME to change single sign on session cookie name. It's not working.


After analyzing tomcat source, Its found that, we have to use org.apache.catalina.authenticator.Constants.SSO_SESSION_COOKIE_NAME instead of org.apache.catalina.SSO_SESSION_COOKIE_NAME. Please correct Apache Tomcat Configuration Reference document.


In org.apache.catalina.authenticator.Constants.Java

public static final String SINGLE_SIGN_ON_COOKIE = System.getProperty(            "org.apache.catalina.authenticator.Constants.SSO_SESSION_COOKIE_NAME","JSESSIONIDSSO");
Comment 1 Mark Thomas 2011-07-19 19:26:13 UTC
Thanks for the report. This has been fixed in 7.0.x and 6.0.x and will be included in 7.0.20 and 6.0.33 respectively.