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.
这是我的 php 文件的内容:
<?php session_start(); print_r($_SESSION); ?>
为什么在 chrome 中我看到空会话值,而在其他浏览器中我可以正确看到它们?