Field Summary |
|
protected static int | ATTR_MAX_IDLE_TIME Attribute index - The index for our servlet session max idle time. |
protected static int | ATTR_SERVLET_INSTANCEMAX |
protected static int | ATTR_SERVLET_LOG_FILE Attribute index - The index for our servlet log file attribute. |
protected static int | ATTR_SERVLET_TIMEOUT |
protected static int | ATTR_SESSIONS_COOKIE_COMMENT Attribute index - The index for our session cookie comment. |
protected static int | ATTR_SESSIONS_COOKIE_DOMAIN Attribute index - The index for our session cookie domain. |
protected static int | ATTR_SESSIONS_COOKIE_MAXAGE Attribute index - The index for our session cookie maxage. |
protected static int | ATTR_SESSIONS_COOKIE_NAME Attribute index - The index for our session cookie name. |
protected static int | ATTR_SESSIONS_COOKIE_PATH Attribute index - The index for our session cookie path. |
protected static int | ATTR_SESSIONS_COOKIE_SECURE Attribute index - The index for our session cookie secure. |
protected static int | ATTR_SESSIONS_MAX Attribute index - The index for our servlet session max number in
memory. |
protected static int | ATTR_SESSIONS_SWEEP Attribute index - The index for our servlet session sweep delay. |
protected static String | DEFAULT_COOKIE_NAME The default Session Cookie name. |
protected static String | SERVLET_COOKIE_COMMENT Name of the property indicating the session cookie comment. |
protected static String | SERVLET_COOKIE_DOMAIN Name of the property indicating the session cookie domain. |
protected static String | SERVLET_COOKIE_MAXAGE Name of the property indicating the session cookie maxage. |
protected static String | SERVLET_COOKIE_NAME Name of the property indicating the session cookie name. |
protected static String | SERVLET_COOKIE_PATH Name of the property indicating the session cookie path. |
protected static String | SERVLET_COOKIE_SECURE Name of the property indicating the session cookie secure flag. |
protected static String | SERVLET_INSTANCEMAX |
protected static String | SERVLET_LOG_FILE_P Name of the property indicating the servlet log file. |
protected static String | SERVLET_MAX_SESSION Name of the property indicating the max number of session loaded
in memory. |
protected static String | SERVLET_PROPS_NAME Name of the servlet PropertySet. |
protected static String | SERVLET_SESSION_IDLE Name of the property indicating the max idle time of session. |
protected static String | SERVLET_SESSION_SWEEP Name of the property indicating the max idle time of session. |
protected static String | SERVLET_TIMEOUT Name of the property indicating the max number of session loaded
in memory. |