Changeset 1258 in ExiteCMS for trunk/includes/session_functions.php
- Timestamp:
- 02/10/08 21:47:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/session_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/session_functions.php
r1243 r1258 27 27 // make sure the session cookie times out at the same time as the session record 28 28 session_set_cookie_params($settings['session_gc_maxlifetime'], "/", "", false); 29 30 // disable the default session caching. very annoying 31 session_cache_limiter("none"); 29 32 30 33 // start the session
Note: See TracChangeset
for help on using the changeset viewer.
