标签: php google-chrome session-variables
这是我的php文件的内容:
<?php session_start(); print_r($_SESSION); ?>
为什么在Chrome中我看到空会话值,在其他浏览器中我能正确看到它们?