Major Feature #29162
Lower memory consumption of Formhandler
| Status: | Closed | Start date: | 2011-08-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 0% |
|
| Category: | Code and Architecture | |||
| Target version: | v1.2 | |||
| Votes: | 0 |
Description
Storing that much information in the session, leads to memory problems on some systems.
The session handling needs some attention in order to:
- Store less information in the session
- Find out what to do with old sessions
- Make sure that new sessions are only created when they are needed.
Any input is welcome! :-)
History
Updated by Reinhard Führicht almost 2 years ago
- File 29162.patch added
- Status changed from New to Accepted
Patch added, which does the following:
- Add a creation timestamp to each form in session.
- When creating a new session, remove old sessions with the same formValuesPrefix older than 1 hour.
- The threshold can be configured in Typoscript.
Updated by Reinhard Führicht over 1 year ago
- Target version changed from Stable v1.0 to v1.2
Updated by Reinhard Führicht over 1 year ago
- Status changed from Accepted to Closed
The attached patch is integrated since the last version.
No feedback so far, so I assume it works fine.
For now, there is no more reason, to do further improvements.