LogoffAction

Logs off currently logged in user. The session will still be valid, but the user will no longer be able to do authenticated actions

Struts config
<action path="/logoff"
  type="com.escenic.profile.presentation.struts.LogoffAction"
  name="LogoffForm"
  input="/logoff-input.jsp"
  validate="true">

  <forward name="success"
           path="/logoff-success.jsp"/>
</action>
Action Form

This action can be used with the following form:

com.escenic.profile.presentation.struts.LogoffForm

Contains forwarding information

Action Forwards

success

If logoff was a success