1 Star 0 Fork 0

徐逸以轩/myphotoweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
logout.php 497 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐逸以轩 提交于 2019-07-21 17:02 . 完成版本0.1
<?php
/**
* @Author: xyyx
* @Date: 2019-07-21 16:21:42
* @Last Modified by: xyyx
* @Last Modified time: 2019-07-21 16:30:12
*/
session_start();
echo "bye:".$_SESSION['username'];
$_SESSION=[];
if(ini_get('session.use_cookies')){
$params=session_get_cookie_params();
setcookie(session_name(),'',time()-1,$params['path'],$params['domain'],$params['secure'],$params['httponly']);
}
session_destroy();
?>
<script type="text/javascript">
setTimeout("location='login.php'",3000);
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/XuYiYiXuan/myphotoweb.git
[email protected]:XuYiYiXuan/myphotoweb.git
XuYiYiXuan
myphotoweb
myphotoweb
master

搜索帮助