Feature #62861
closedSession of forms expires in a few minutes. Why? What can I do?
100%
Description
I am using a normal Fluid-form (<f:form ...>) and it works good.
But when I need some minutes to fill out the form, all data are lost after submit.
Typo3 doesn´t accept the form-data after a few minutes.
Only when I submit the form quickly, Typo3 accept the submitted data.
Why is that so?
What can I do against this?
You can test this with this form:
http://www.meine-ernte.de/garten-suchen/
Go to that page and
1. enter "53111" in the field and click at "weiter".
2. wait 5-10 minutes and do the same like above. Typo3 doesn´t accept the 53111 now.
Updated by Kurt Gusbeth about 10 years ago
The exact time is around 3 minutes. After 3 minutes hasArguments returns false, even there are arguments.
Updated by Kurt Gusbeth about 10 years ago
- % Done changed from 0 to 100
You can close this entry. It lies not on Fluid. The server makes a reload so hasArgument was empty...
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed