Removed TODO that's been done!

This commit is contained in:
Sean Harvey 2008-04-19 03:42:17 +00:00
parent c4cb832e57
commit 75cee5851a
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ abstract class MultiForm extends Form {
* @TODO init() may not be an appropriate name, considering there's already an init() automatically called
* for controller classes. Perhaps we rename this?
*
* @TODO Security. Currently you're able to just change the ID of MultiFormSessionID in the URL. We need some
* sort of identification so you can't just change to another session by changing the ID.
*
* @TODO Expiration. We need to make sure that these sessions, making use of {@link MultiFormPurgeTask} and
* {@link MultiFormObjectDecorator}
*/