Package org.apache.catalina.util
Class SessionConfig
java.lang.Object
org.apache.catalina.util.SessionConfig
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringgetSessionCookieName(Context context) Determine the name to use for the session cookie for the provided context.static StringgetSessionCookiePath(Context context) Determine the value to use for the session cookie path for the provided context.static StringgetSessionUriParamName(Context context) Determine the name to use for the session path parameter for the provided context.
- 
Method Details- 
getSessionCookieNameDetermine the name to use for the session cookie for the provided context.- Parameters:
- context- The context
- Returns:
- the cookie name for the context
 
- 
getSessionUriParamNameDetermine the name to use for the session path parameter for the provided context.- Parameters:
- context- The context
- Returns:
- the parameter name for the session
 
- 
getSessionCookiePathDetermine the value to use for the session cookie path for the provided context.- Parameters:
- context- The context
- Returns:
- the parameter name for the session
 
 
-