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