2011-08-09 20 views

cevap

17

ile: Belirli bir ad alanı temizlemek için

Zend_Session::destroy(); 

:

Zend_Session::namespaceUnset('default'); 
-2

belki tüm Oturum ad alanlarını silmek istiyorsanız

$bootstrap = $this->getInvokeArg('bootstrap'); 
$cache = $bootstrap->getResource('cache'); 
$cache->clean(Zend_Cache::CLEANING_MODE_ALL); 
+0

Cache = Oturum – opHASnoNAME

+0

oh üzgünüm Yanlış okuduğumda, Zend_Session_Namespace haklı mısın? – max4ever

İlgili konular