Changeset 2065


Ignore:
Timestamp:
02/24/10 15:59:58 (14 years ago)
Author:
amuller
Message:

Ticket #922 - Colocar na log os erros de validação de sessão

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/header.session.inc.php

    r2038 r2065  
    1111        if ($_SESSION['connection_db_info']['user_auth'] && implode('',$_SESSION['connection_db_info']['user_auth']) !== $connection_id) 
    1212        { 
     13                error_log( '[ NOT VALIDATED SESSION ] >>>>' . implode('',$_SESSION['connection_db_info']['user_auth']) . '<<<< - >>>>' . $connection_id . '<<<<', 0 ); 
    1314                setcookie("PHPSESSID","",0); 
    14                 setcookie ("sessionid","",0); 
    15                 echo lang("An important error has occured with your login, please contact your system administrator");   
     15                setcookie ("sessionid","",0);    
    1616                exit; 
    1717        } 
Note: See TracChangeset for help on using the changeset viewer.