Changeset 2742 for trunk/system/config/session.php
- Timestamp:
- 06/02/2008 12:51:45 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/session.php
r2594 r2742 13 13 14 14 /** 15 * Default session name.16 * It should contain only alphanumeric characters and at least one letter shouldbe present.15 * Session name. 16 * It must contain only alphanumeric characters and underscores. At least one letter must be present. 17 17 */ 18 18 $config['name'] = 'kohanasession';
