Ignore:
Timestamp:
07/19/12 18:09:32 (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/prototype/api/config.php

    r6754 r6828  
    66{ 
    77        static $register; 
    8         static $sessionStarted; 
    98   
    109        static function module($config , $module = false) 
     
    6564                } 
    6665                 
    67         if( !self::$sessionStarted ) 
    68                                 self::$sessionStarted = session_start(); 
     66        if( !isset($_SESSION) )  
     67        session_start(); 
    6968                 
    7069        } 
     70     
    7171     
    7272        public static function writeIniFile($assoc_arr, $path, $has_sections) 
Note: See TracChangeset for help on using the changeset viewer.