Changeset 301 for trunk/trax/data

Show
Ignore:
Timestamp:
08/05/08 21:59:50 (4 years ago)
Author:
john
Message:

changing file layout

Location:
trunk/trax/data
Files:
3 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/data/config/environment.php

    r201 r301  
    2121# Trax::$path_seperator = ":"; 
    2222# 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"; 
    2327 
    2428# Include the application environment specific config file