diff options
Diffstat (limited to 'framework/Web/TCacheHttpSession.php')
-rw-r--r-- | framework/Web/TCacheHttpSession.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TCacheHttpSession.php b/framework/Web/TCacheHttpSession.php index daa94122..af315321 100644 --- a/framework/Web/TCacheHttpSession.php +++ b/framework/Web/TCacheHttpSession.php @@ -108,7 +108,7 @@ class TCacheHttpSession extends THttpSession */ public function _write($id,$data) { - return $this->_cache->set($this->calculateKey($id),$data); + return $this->_cache->set($this->calculateKey($id),$data,$this->getTimeout()); } /** |