public class SessionConfig
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getSessionCookieName(Context context) |
Determine the name to use for the session cookie for the provided
context.
|
static java.lang.String |
getSessionCookiePath(Context context) |
Determine the value to use for the session cookie path for the provided
context.
|
static java.lang.String |
getSessionUriParamName(Context context) |
Determine the name to use for the session path parameter for the provided
context.
|
public static java.lang.String getSessionCookieName(Context context)
context
- The contextpublic static java.lang.String getSessionUriParamName(Context context)
context
- The contextpublic static java.lang.String getSessionCookiePath(Context context)
context
- The contextCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.