Show
Ignore:
Timestamp:
04/18/2008 02:25:04 AM (9 months ago)
Author:
tof
Message:

Remove useless destructor of THttpSession

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/THttpSession.php

    r2416 r2429  
    8888         */ 
    8989        private $_customStorage=false; 
    90  
    91         /** 
    92          * Destructor. 
    93          * Closes session. 
    94          */ 
    95         public function __destruct() 
    96         { 
    97                 if($this->_started) 
    98                         $this->close(); 
    99         } 
    10090 
    10191        /**