Ignore:
Timestamp:
07/29/10 17:16:11 (22 months ago)
Author:
root
Message:

merged trunk into branches PLi-Fusion and ITXP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/session_functions.php

    r2232 r2364  
    4848 
    4949// 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"), "/"); 
     50setcookie(ini_get("session.name"), session_id(), time()+$settings['session_gc_maxlifetime'], "/"); 
    5151 
    5252// store the last_url cookie if found 
Note: See TracChangeset for help on using the changeset viewer.