Changeset 301 for trunk/trax/data
- Timestamp:
- 08/05/08 21:59:50 (4 years ago)
- Location:
- trunk/trax/data
- Files:
-
- 3 added
- 1 removed
- 1 modified
-
components (deleted)
-
config/environment.php (modified) (1 diff)
-
tmp (added)
-
tmp/cache (added)
-
tmp/sessions (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/data/config/environment.php
r201 r301 21 21 # Trax::$path_seperator = ":"; 22 22 # Trax::$url_prefix = "~username"; 23 # Use database or cookie-based (default) sessions. (active_record_store,file_store) 24 # Trax::$session_store = "active_record_store"; 25 # Where should Trax write session files to? (only if using file_store) 26 # Trax::$session_save_path = Trax::$tmp_path."/sessions"; 23 27 24 28 # Include the application environment specific config file
