From 2d1b65dcf98afdbd7173cd4b1a219aeb355b45d1 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Fri, 11 Apr 2025 10:21:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=85=8D=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index 0b2dc41..1ec327b 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,9 @@ error_reporting(E_ERROR); // 记录所有级别的错误 } private function aftercheckpara() { + session_start(); + session_write_close(); + //免登陆链接 if($_GET['str'] == FREE_LOGIN_STR){ session_start();