Ignore:
Timestamp:
Oct 20, 2006, 4:17:53 AM (17 years ago)
Author:
rvelices
Message:

used in the code (generates mysql errors on session garbage collector)

  • fix auto_login (die mysql when session timed out, but user has remember)
  • when a user reconnects from identification.php, the remember cookie was not

deleted

  • fix all redirect warnings/errors (many changes - mainly in common.inc.php

and user.inc.php)

login the 60 days countdown restarts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1565 r1568  
    7373  }
    7474}
    75 elseif (!empty($_COOKIE[$conf['remember_me_name']]))
    76 {
    77   auto_login();
    78 }
     75
    7976//----------------------------------------------------- template initialization
    8077//
Note: See TracChangeset for help on using the changeset viewer.