Ignore:
Timestamp:
07/22/09 17:17:16 (15 years ago)
Author:
amuller
Message:

Ticket #559 - Forçar expiração do cookie

File:
1 edited

Legend:

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

    r1061 r1161  
    88        if ($_SESSION['connection_db_info']['user_auth'] && implode('',$_SESSION['connection_db_info']['user_auth']) !== $connection_id) 
    99        { 
     10                setcookie("PHPSESSID","",0); 
     11                setcookie ("sessionid","",0); 
    1012                echo lang("An important error has occured with your login, please contact your system administrator");   
    1113                exit; 
Note: See TracChangeset for help on using the changeset viewer.