Changeset 2335


Ignore:
Timestamp:
03/24/10 11:51:17 (14 years ago)
Author:
niltonneto
Message:

Ticket #926 - Corrigido problema da revisão [2329].

File:
1 edited

Legend:

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

    r2332 r2335  
    11<?php 
     2        if ( isset( $_COOKIE[ 'sessionid' ] ) ) 
     3                session_id( $_COOKIE[ 'sessionid' ] ); 
     4 
    25        session_start( ); 
    36        $sess = $_SESSION[ 'phpgw_session' ]; 
     
    2124        } 
    2225        else{ 
    23                 // Keep Alive session user. 
    24                 if ( isset( $_COOKIE[ 'sessionid' ] ) ) 
    25                         session_id( $_COOKIE[ 'sessionid' ] ); 
    2626                // From ExpressoAjax update session_dla (datetime last access).  
    2727                if(strstr($_SERVER['SCRIPT_URL'],"/controller.php")) 
Note: See TracChangeset for help on using the changeset viewer.