Changeset 6801


Ignore:
Timestamp:
07/17/12 21:40:15 (12 years ago)
Author:
cristiano
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/index.php

    r5764 r6801  
    11<?php 
    2          
     2 
    33        $GLOBALS['phpgw_info']['flags'] = Array(   'currentapp'    =>      'expressoCalendar', 
    44                                                   'noheader'      =>      false, 
  • trunk/header.session.inc.php

    r5509 r6801  
    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) ) 
     21    session_start( ); 
    1622 
    1723$sess = $_SESSION[ 'phpgw_session' ]; 
Note: See TracChangeset for help on using the changeset viewer.