Changeset 1824 in subversion
- Timestamp:
- Sep 18, 2008 8:05:15 AM (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
r1781 r1824 729 729 $_SESSION['last_auth'] = $_SESSION['auth_time']; 730 730 $_SESSION['auth_time'] = $now; 731 setcookie('sessauth', $this->get_auth_hash(session_id(), $now)); 731 setcookie('sessauth', $this->get_auth_hash(session_id(), $now), '/', 732 $_SERVER['HTTPS'] && ($_SERVER['HTTPS']!='off')); 732 733 } 733 734 }
Note: See TracChangeset
for help on using the changeset viewer.
