This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

PreProcessor\ClearSession

Clears a specified key in the current FE user session.

Version added

1.5.0

TypoScript path

plugin.Tx_Formhandler.settings.preProcessors.x copy to clipboard

Example code

preProcessors {
    1.class = PreProcessor\ClearSession
    1.config {
      sessionKeysToRemove = formhandler
    }
}

Properties

.sessionKeysToRemove

The keys in the current FE user session to remove.

Data type

Comma separated list | cObj

Version added

1.5.0