Changeset 2594 for trunk/system/config/session.php
- Timestamp:
- 04/28/2008 03:14:09 PM (7 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/session.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/session.php
r2593 r2594 28 28 * Note: the cookie driver always encrypts session data. Set to TRUE for stronger encryption. 29 29 */ 30 $config['encryption'] = TRUE;30 $config['encryption'] = FALSE; 31 31 32 32 /**
