Ignore:
Timestamp:
2007-09-03T13:31:34+12:00 (17 years ago)
Author:
xiao
Message:

add in two constant strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/gsdl3/util/GSXML.java

    r14296 r14401  
    122122  public static final String DOC_TYPE_PAGED = "paged";
    123123  public static final String DOC_TYPE_HIERARCHY = "hierarchy";
    124  
     124
     125  public static final String SESSION_EXPIRATION = "session_expiration";
     126  public static final String USER_SESSION_CACHE_ATT = "user_session_cache";
     127
    125128  // classifier stuff
    126129  public static final String CLASS_NODE_ELEM = "classifierNode";
Note: See TracChangeset for help on using the changeset viewer.