You are looking at documentation for an older release. Not what you want? See the current release documentation.
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:
Name:
sessionDestroyed
Set-method:
addListener
Type:
org.exoplatform.wiki.service.impl.SessionDestroyedListener