Файловый менеджер - Редактировать - /home2/cocinasdalloway/lotes.cocinasdalloway.com/Administrador/Home/logout.php
Назад
<?php /** * @author Sistemas Aaron Cuevas Rosas * @descripcion Salir - Cerrar sesion */ //Variables de Session @session_start(); session_unset(); // Unset all of the session variables. $_SESSION = array(); // If it's desired to kill the session, also delete the session cookie. // Note: This will destroy the session, and not just the session data! if (isset($_COOKIE[session_name()])) { setcookie(session_name(), '', time()-42000, '/'); } // Finally, destroy the session. session_destroy(); // Y redireccionas a donde quieras ir ... header ("Location: ../Login/"); exit(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка