From 69d5556c6d823e5d0b4e0517aa44fbc5030030cd Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 9 Mar 2006 14:11:00 +0000 Subject: Fixed a problem about session starting. --- framework/Web/THttpSession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Web/THttpSession.php b/framework/Web/THttpSession.php index ad7d272a..97ab6b08 100644 --- a/framework/Web/THttpSession.php +++ b/framework/Web/THttpSession.php @@ -103,7 +103,7 @@ class THttpSession extends TApplicationComponent implements IteratorAggregate,Ar public function init($config) { if($this->_autoStart) - session_start(); + $this->open(); $this->_initialized=true; $this->getApplication()->setSession($this); } -- cgit v1.2.3