Changeset 11736


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/include/functions_user.inc.php

    r11355 r11736  
    11031103function try_log_user($username, $password, $remember_me)
    11041104{
     1105  // we force the session table to be clean
     1106  pwg_session_gc();
     1107 
    11051108  global $conf;
    11061109  // retrieving the encrypted password of the login submitted
Note: See TracChangeset for help on using the changeset viewer.