Changeset 1187


Ignore:
Timestamp:
07/27/09 10:37:23 (15 years ago)
Author:
niltonneto
Message:

Ticket #559 - Correção para forçar a expiração do cookie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/header.session.inc.php

    r1061 r1187  
    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.