From f581446f90526dd3466becddd625d23bd1c26ed4 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Wed, 23 Mar 2011 19:31:03 +0100 Subject: Rollenverwaltung in Dev Modul --- application/Bootstrap.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/Bootstrap.php') diff --git a/application/Bootstrap.php b/application/Bootstrap.php index 8ac8651..45d1be4 100644 --- a/application/Bootstrap.php +++ b/application/Bootstrap.php @@ -28,6 +28,7 @@ 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