Changeset 4600 in subversion
- Timestamp:
- Mar 8, 2011 3:48:47 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r4599 r4600 96 96 else if ($auth['valid'] && !$auth['abort'] && 97 97 !empty($auth['host']) && !empty($auth['user']) && 98 $RCMAIL->login($auth['user'], $auth['pass'], $auth['host'])) { 99 // create new session ID 98 $RCMAIL->login($auth['user'], $auth['pass'], $auth['host']) 99 ) { 100 // create new session ID, don't destroy the current session 101 // it was destroyed already by $RCMAIL->kill_session() above 100 102 $RCMAIL->session->remove('temp'); 101 // regenerate the session, don't destroy the current session102 // it was destroyed already by $RCMAIL->kill_session() above103 103 $RCMAIL->session->regenerate_id(false); 104 104
Note: See TracChangeset
for help on using the changeset viewer.
