Changeset 3221 for trunk/system/config
- Timestamp:
- 07/28/2008 08:14:40 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/system/config/cookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/config/cookie.php
r1668 r3221 3 3 * @package Core 4 4 * 5 * Prefix, used to avoid collisions between cookie names.6 */7 $config['prefix'] = '';8 9 /**10 5 * Domain, to restrict the cookie to a specific website domain. For security, 11 6 * you are encouraged to set this option. An empty setting allows the cookie
