Apache Tomcat 7.0.26

org.apache.catalina.util
Class SessionConfig

java.lang.Object
  extended by org.apache.catalina.util.SessionConfig

public class SessionConfig
extends java.lang.Object


Method Summary
static java.lang.String getSessionCookieName(Context context)
          Determine the name to use for the session cookie for the provided context.
static java.lang.String getSessionUriParamName(Context context)
          Determine the name to use for the session cookie for the provided context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSessionCookieName

public static java.lang.String getSessionCookieName(Context context)
Determine the name to use for the session cookie for the provided context.

Parameters:
context -

getSessionUriParamName

public static java.lang.String getSessionUriParamName(Context context)
Determine the name to use for the session cookie for the provided context.

Parameters:
context -

Apache Tomcat 7.0.26

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.