Programmer's Guide > Programming and Scripting Techniques > Events > Event Types > CMSSessionDisconnectEvent Module
  
CMSSessionDisconnectEvent Module
The CMSSessionDisconnectEvent module has the following event type:
CMSSessionPreDisconnect
This event occurs before a a user logs off the repository. There is no equivalent ACL hook for this event. This event type is not cancelable.
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