atg.multisite
Interface SiteSessionEndProcessor
- public interface SiteSessionEndProcessor 
An interface for components that handle
 the expiration of a SiteSession
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
processSiteSessionEnd
void processSiteSessionEnd(SiteSession pSiteSession)
- process the expiration of a SiteSession
 
- 
- Parameters:
- pSiteSession- the site session that is ending