developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 1 and Version 2 of rfc/jforms-storage
- Timestamp:
- Jan 11, 2012, 1:42:02 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rfc/jforms-storage
v1 v2 5 5 Instances of forms are stored in session. With the time, a user can have dozen instances, so the session contains too many data. In term of performance, this is not a good way, since, most of time in a controller, we only work on a single form. 6 6 7 Furthermore, we can have issue when retrieving a form, for example when a session was timeout (we loose all instances...). 7 Furthermore, we can have issue when retrieving a form, for example when a session was timeout (we loose all instances...). We have issue also with ref counting ([ticket:1071] for example) 8 8 9 9 == Propositions == … … 15 15 To study: What about security? performance? the debugbar? 16 16 17 Corresponding tickets: [ticket:272], [ticket:1071]