Ignore:
Timestamp:
11/03/11 13:53:15 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, modulo phpgwapi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.sessions.inc.php

    r4989 r5141  
    5353                */ 
    5454                var $passwd; 
    55 /** 
    56                 * @var string current user certificate, if present 
    57                 */ 
    58                 var $certificate; 
     55 
    5956                /** 
    6057                * @var int current user db/ldap account id 
     
    466463                                $this->passwd_type = $passwd_type; 
    467464                        } 
    468                         if($_SESSION['login_certificate']) 
    469                         { 
    470                                $this->certificate = $_SESSION['login_certificate']; 
    471                         } 
    472                         else 
    473                         { 
    474                                $this->certificate = false; 
    475                         } 
     465 
    476466                        $this->clean_sessions(); 
    477467                        //sessions_::split_login_domain($login,$this->account_lid,$this->account_domain); 
     
    575565 
    576566                        $this->appsession('password','phpgwapi',base64_encode($this->passwd)); 
    577                         $this->appsession('browser_agent','phpgwapi',$GLOBALS['browser']->BROWSER_AGENT); 
    578                         if($this->certificate) $this->appsession('certificate','phpgwapi',$this->certificate); 
    579567                        if ($GLOBALS['phpgw']->acl->check('anonymous',1,'phpgwapi')) 
    580568                        { 
Note: See TracChangeset for help on using the changeset viewer.