Changeset 6830 for branches


Ignore:
Timestamp:
07/19/12 18:16:28 (12 years ago)
Author:
eduardow
Message:

Ticket #2967 - Melhoria na sessão do usuário do expresso.

File:
1 edited

Legend:

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

    r5509 r6830  
    11<?php 
     2require_once(__DIR__.'/prototype/api/esecurity.php');  
     3$s = new ESecurity();  
     4$s->valid(); 
     5 
     6 
    27                /***************************************************************************  
    38                * Expresso Livre                                                           *  
     
    1318        session_id( $_COOKIE[ 'sessionid' ] );  
    1419 
    15 session_start( ); 
     20if( !isset($_SESSION) )  
     21session_start( );  
    1622 
    1723$sess = $_SESSION[ 'phpgw_session' ]; 
Note: See TracChangeset for help on using the changeset viewer.