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 では空のセッション値が表示され、他のブラウザーでは正しく表示されるのはなぜですか?