From ef59597d44e349a788dd75f5657b8bb269e7eee8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A8=D0=B0=D0=BB=D0=B8?=
 =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= <solidovic@gmail.com>
Date: Fri, 28 Nov 2014 23:15:18 +0300
Subject: [PATCH] ....

---
 ~dev_rating/application/classes/Controller/Handler/Rating.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/~dev_rating/application/classes/Controller/Handler/Rating.php b/~dev_rating/application/classes/Controller/Handler/Rating.php
index 03e0d7135..721c515ec 100644
--- a/~dev_rating/application/classes/Controller/Handler/Rating.php
+++ b/~dev_rating/application/classes/Controller/Handler/Rating.php
@@ -39,7 +39,7 @@ class Controller_Handler_Rating extends Controller_Handler {
                 
                 $SG_json[$this->post->offsetGet('disciplineID')] = $this->post->offsetGet('groupSelected');
 
-                Cookie::set('SGID', json_encode($SG_json), '3600'); 
+                Cookie::set('SGID', json_encode($SG_json), '2592000'); 
                 $data['success'] = true;
             }
             $this->response->body(json_encode($data));
-- 
GitLab