提交 69a2ef51 编写于 作者: G gongfuxiang

session失效修复

上级 96fd60e4
......@@ -126,6 +126,7 @@ function DefaultTheme($theme = null)
{
if(session_status() != 2)
{
ini_set('session.cookie_domain', MyFileConfig('common_cookie_domain', '', '', true));
session_start();
}
if(empty($_SESSION[$key]))
......@@ -146,6 +147,7 @@ function DefaultTheme($theme = null)
{
if(session_status() != 2)
{
ini_set('session.cookie_domain', MyFileConfig('common_cookie_domain', '', '', true));
session_start();
}
$_SESSION[$key] = empty($theme) ? $params[$key] : $theme;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册