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.

Session_PHP

Stores the data in a PHP session.

Version added

1.0.0

TypoScript path

plugin.Tx_Formhandler.session copy to clipboard

.clearSessionsOlderThan.value

Value for the threshold used to remove sessions of old forms which weren't finished.

Data type

Integer - cObj

Default value

1

Version added

1.3.0

.clearSessionsOlderThan.unit

Unit for the threshold used to remove sessions of old forms which weren't finished.
The unit can be seconds, minutes, hours and days.

Data type

String | cObj

Default value

hours

Version added

1.3.0

.disableCookies

If set, Formhandler sets no cookies and transfers the session ID via GET/POST.

Data type

Integer - cObj

Version added

2.0.0