Added TODO about session being "baked" into MultiForm directly

This commit is contained in:
Sean Harvey 2008-05-14 10:45:19 +00:00
parent 8d93736482
commit 927e974724
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ abstract class MultiForm extends Form {
*
* @TODO Fix the fact you can continually refresh and create new records
* if MultiFormSessionID isn't set.
*
* @TODO Not sure if we should bake the session stuff directly into MultiForm.
* Perhaps it would be best dealt with on a separate class?
*/
protected function setSession() {
$urlType = $this->stat('url_type');