2.2.2.7. Session Destroyed Listener

This plugin is used to listen to events when users logout (finish a session or session timeout). The configuration can be found in wiki-service/src/main/resources/conf/portal/configuration.xml.

Sample configuration:


<external-component-plugins>
    <target-component>org.exoplatform.services.listener.ListenerService</target-component>
    <component-plugin>
        <name>org.exoplatform.web.GenericHttpListener.sessionDestroyed</name>
        <set-method>addListener</set-method>
        <type>org.exoplatform.wiki.service.impl.SessionDestroyedListener</type>
        <description>description</description>
    </component-plugin>
</external-component-plugins>

In which:

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus