diff --git a/assets/php/common/resetRol.php b/assets/php/common/resetRol.php index 92236ee..c878e6b 100644 --- a/assets/php/common/resetRol.php +++ b/assets/php/common/resetRol.php @@ -4,6 +4,7 @@ function reRol(){ if(isset($_SESSION["lastRol"])){ $_SESSION["rol"] = $_SESSION["lastRol"]; unset($_SESSION["lastRol"]); + unset($_SESSION["cinema"]); } } reRol();