From f175de000cdc9f4f2ed8d9c9dcaf97a96714b843 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sun, 1 Jun 2014 20:38:31 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8=D1=82=D1=8C=20=D0=B2?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=D1=8F=20=D0=B6=D0=B8=D0=B7=D0=BD=D0=B8=20?= =?UTF-8?q?=D1=81=D0=B5=D1=81=D1=81=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.php b/public/index.php index 9cffb71..3a7f81a 100644 --- a/public/index.php +++ b/public/index.php @@ -4,5 +4,8 @@ * Поехали! (с) Ю.А. Гагарин 12.04.1961 */ + ini_set('session.gc_maxlifetime', 86400); + ini_set('session.cookie_lifetime', 86400); + include_once dirname(__FILE__) . '/../ground/app.php'; App::run('config.php'); \ No newline at end of file