Changeset 7954
- Timestamp:
- 03/18/08 18:59:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/storage/sfSessionTestStorage.class.php
r7823 r7954 39 39 if (!$this->getParameter('session_path')) 40 40 { 41 throw new sfInitializationException('Factory configuration file is missing required "session_path" parameter for the "storage" category.');41 $this->setParameter('session_path', sfConfig::get('sf_test_cache_dir').'/sessions'); 42 42 } 43 43

