Changeset 0129d7c in github


Ignore:
Timestamp:
Jan 19, 2009 3:38:14 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ebf96ef
Parents:
478c7c6
Message:
  • Fix authentication when submitting form with existing session (#1485679)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r478c7c6 r0129d7c  
    66- Fix problems with backslash as IMAP hierarchy delimiter (#1484467) 
    77- Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) 
     8- Fix authentication when submitting form with existing session (#1485679) 
    89 
    9102009/01/15 (alec) 
  • index.php

    rcbbef37 r0129d7c  
    7373// try to log in 
    7474if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { 
     75  // purge the session in case of new login when a session already exists  
     76  $RCMAIL->kill_session();  
     77   
     78  // set IMAP host 
    7579  $host = $RCMAIL->autoselect_host(); 
    7680   
Note: See TracChangeset for help on using the changeset viewer.