protected function storeSettingsInSession()
 {
     $values = array('formValuesPrefix' => $this->formValuesPrefix, 'settings' => $this->settings, 'debug' => $this->debugMode, 'currentStep' => $this->currentStep, 'totalSteps' => $this->totalSteps, 'lastStep' => $this->lastStep, 'templateSuffix' => $this->settings['templateSuffix']);
     Tx_Formhandler_Globals::$session->setMultiple($values);
     Tx_Formhandler_Globals::$formValuesPrefix = $this->formValuesPrefix;
     Tx_Formhandler_Globals::$templateSuffix = $this->settings['templateSuffix'];
 }