discuz清空session,导致session保存机制失败,session无法更新与解决
<?php
function userErrorHandler() {
$e = func_get_args();
echo '----------运行出错---------:'.print_r($e, 1).'----------运行出错---------';
}
set_error_handler("userErrorHandler");
set_exception_hand
原创
2013-06-18 14:16:41 ·
2368 阅读 ·
0 评论