dedecms php5.4 无法退出后台,PHP5.4版本织梦dedecms后台退出空白的解决方法
你是否遇到過PHP5.4版本織夢dedecms后臺(tái)退出空白的問題,有沒有解決呢?沒有解決思緒,就來看看我這篇文章吧。
解決辦法:
打開include/userlogin.class.php
找到:function?exitUser()
{
ClearMyAddon();
@session_unregister($this->keepUserIDTag);
@session_unregister($this->keepUserTypeTag);
@session_unregister($this->keepUserChannelTag);
@session_unregister($this->keepUserNameTag);
@session_unregister($this->keepUserPurviewTag);
DropCookie('dedeAdmindir');
DropCookie('DedeUserID');
DropCookie('DedeLoginTime');
$_SESSION?=?array();
}
替換為:function?exitUser()
{
ClearMyAddon();
#@session_unregister($this->keepUserIDTag);
$_SESSION[$this->keepUserIDTag]?=?$this->userID;
#@session_unregister($this->keepUserTypeTag);
$_SESSION[$this->keepUserTypeTag]?=?$this->userType;
#@session_unregister($this->keepUserChannelTag);
$_SESSION[$this->keepUserChannelTag]?=?$this->userChannel;
#@session_unregister($this->keepUserNameTag);
$_SESSION[$this->keepUserNameTag]?=?$this->userName;
#@session_unregister($this->keepUserPurviewTag);
$_SESSION[$this->keepUserPurviewTag]?=?$this->userPurview;
DropCookie('dedeAdmindir');
DropCookie('DedeUserID');
DropCookie('DedeLoginTime');
$_SESSION?=?array();
}
再去試試吧
小袁親測可行,如有問題,歡迎交流。
總結(jié)
以上是生活随笔為你收集整理的dedecms php5.4 无法退出后台,PHP5.4版本织梦dedecms后台退出空白的解决方法的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 大数据系列cdh版本下载
- 下一篇: qq群管机器人php,常用几款QQ群管机