diff --git a/~dev_rating/application/classes/Controller/Handler/Rating.php b/~dev_rating/application/classes/Controller/Handler/Rating.php index 03e0d71354c48ea2df51224b4f6a1088107ec1c0..721c515ec515a123fc6f434fe574ff6c0e1c6ff1 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));