https://issues.apache.org/bugzilla/show_bug.cgi?id=51516
Bug #: 51516
Summary: org.apache.catalina.SSO_SESSION_COOKIE_NAME vs
org.apache.catalina.authenticator.Constants.SSO_SESSIO
N_COOKIE_NAME
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
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");
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]