Changeset 1830 in subversion
- Timestamp:
- Sep 18, 2008 2:59:02 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcmail.php
r1824 r1830 729 729 $_SESSION['last_auth'] = $_SESSION['auth_time']; 730 730 $_SESSION['auth_time'] = $now; 731 setcookie('sessauth', $this->get_auth_hash(session_id(), $now), '/', 732 $_SERVER['HTTPS'] && ($_SERVER['HTTPS']!='off')); 731 $cookie = session_get_cookie_params(); 732 setcookie('sessauth', $this->get_auth_hash(session_id(), $now), 0, $cookie['path'], 733 $cookie['domain'], $_SERVER['HTTPS'] && ($_SERVER['HTTPS']!='off')); 733 734 } 734 735 }
Note: See TracChangeset
for help on using the changeset viewer.
