Finisher\StoreGP
This Finisher stores the GET/POST values in the Formhandler session for further use in other plugins to not lose changes in GET/POST values made by other Finishers (e.g. insert_id from Finisher_DB).
The values are stored in the TYPO3 session and can be accessed later on using TypoScript or PHP.
Properties
.sessionKey
Before version 1.5 Finisher\StoreGP stored the form data in the user session without using a special key. The form data was therefore difficult to access later on because it was mixed with other settings in session. This setting allows you to specify a custom key to use. You can clear the session values later using PreProcessor\ClearSession.
Data type
String | cObj
Default value
finisher-storegp
Version added
1.5.0