From 4eaa5b19f76e74a4b1ec72d323971707947b0f30 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 31 Mar 2011 20:34:01 +0200 Subject: Session Problem bei behoben --- application/Bootstrap.php | 1 - 1 file changed, 1 deletion(-) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index 865898b..4963705 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -28,7 +28,6 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap } protected function _initAuth(){ - Zend_Session::rememberMe('3600'); $auth = Zend_Auth::getInstance(); $auth->setStorage(new Zend_Auth_Storage_Session('auth')); } -- cgit v1.2.3-55-g7522