Changeset 2364 in ExiteCMS for branches/PLi-Fusion/includes/session_functions.php
- Timestamp:
- 07/29/10 17:16:11 (22 months ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/includes/session_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/session_functions.php
r2232 r2364 48 48 49 49 // update the timestamp of the session cookie, we want expiry after the last page load, not after the session has started! 50 setcookie(ini_get("session.name"), session_id(), time()+ ini_get("session.gc_maxlifetime"), "/");50 setcookie(ini_get("session.name"), session_id(), time()+$settings['session_gc_maxlifetime'], "/"); 51 51 52 52 // store the last_url cookie if found
Note: See TracChangeset
for help on using the changeset viewer.
