Ignore:
Timestamp:
Jul 13, 2011, 10:16:50 PM (13 years ago)
Author:
plg
Message:

merge r11736 from branch 2.2 to trunk

bug 2338 fixed: force purge on sessions table (each time a user gets connected)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r11356 r11737  
    11321132function try_log_user($username, $password, $remember_me)
    11331133{
     1134  // we force the session table to be clean
     1135  pwg_session_gc();
     1136 
    11341137  global $conf;
    11351138  // retrieving the encrypted password of the login submitted
Note: See TracChangeset for help on using the changeset viewer.