Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很想知道在程序执行期间可能导致 $_SESSION 超全局变量为空的各种事情。我遇到了一个奇怪的情况,即现有会话变为空,尽管没有session_destroyor unset....
session_destroy
unset
没有session_start(), $_SESSION 为空。要销毁它,您必须使用session_destroy()使 $_SESSION 为空
session_start()
session_destroy()