Changeset 1890 in subversion for trunk/roundcubemail/program/include/session.inc
- Timestamp:
- Sep 25, 2008 9:30:18 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/session.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/session.inc
r1823 r1890 184 184 $lifetime = $cookie['lifetime'] ? time() + $cookie['lifetime'] : 0; 185 185 186 setcookie(session_name(), '', time() - 3600); 187 setcookie(session_name(), $random, $lifetime, $cookie['path'], $cookie['domain'], 188 $_SERVER['HTTPS'] && ($_SERVER['HTTPS']!='off')); 186 rcmail::setcookie(session_name(), $random, $lifetime); 189 187 190 188 return true;
Note: See TracChangeset
for help on using the changeset viewer.
