Programmer's Guide > Programming and Scripting Techniques > Events > Event Types > CMSAdapterDisconnectEvent Module
  
CMSAdapterDisconnectEvent Module
The CMSAdapterDisconnectEvent module has the following event type:
CMSAdapterPostDisconnect
This event occurs after a session has successfully logged off the CMS, and as such is not cancelable. An associated event handler can be used to clean up any resource dependencies. The event CMSSessionPreDisconnect occurs before the user logs off the repository. When CMSAdapterPostDisconnect occurs, the session is invalid, and thus appears in a separate interface.
The following module property provides the context information for this event:
currentUser
Specifies the current CMS user name. This will normally match the loginId parameter to the CMSAdapter.connect method which established this session.
Bubbles: Yes
Cancelable: No
Context Info: currentUser