Changeset 2429
- Timestamp:
- 04/18/2008 02:25:04 AM (8 months ago)
- Files:
-
- 1 modified
-
trunk/framework/Web/THttpSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/THttpSession.php
r2416 r2429 88 88 */ 89 89 private $_customStorage=false; 90 91 /**92 * Destructor.93 * Closes session.94 */95 public function __destruct()96 {97 if($this->_started)98 $this->close();99 }100 90 101 91 /**
