diff --git a/app/controllers/SiteController.php b/app/controllers/SiteController.php
index 4db490372..87a2bceeb 100644
--- a/app/controllers/SiteController.php
+++ b/app/controllers/SiteController.php
@@ -154,7 +154,6 @@ public function actionChangeSchool()
Yii::app()->user->school = $_POST['SchoolIdentification']['inep_id'];
}
- Yii::app()->cache->flush();
echo '';
exit;
@@ -166,7 +165,6 @@ public function actionChangeYear()
Yii::app()->user->year = $_POST['years'];
}
- Yii::app()->cache->flush();
echo '';
exit;