Package org.apache.catalina.session
Class Constants
java.lang.Object
org.apache.catalina.session.Constants
Manifest constants for the 
org.apache.catalina.session package.- Author:
- Craig R. McClanahan
- 
Field SummaryFieldsModifier and TypeFieldDescriptionSet of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
excludedAttributeNamesSet of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
 
- 
- 
Constructor Details- 
Constantspublic Constants()
 
-