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のセッションに値を保存しています。http リファラーを使用してリダイレクトしているときに、セッションが null になります。http リファラーを使用するときにセッションを保持する方法はありますか?
暗闇で撮影しています。
変数を使用する前に$_SESSION、 を呼び出す必要がありますsession_start()。$_SESSIONセッションがまだ開始されていない場合は、null になる可能性があります。
$_SESSION
session_start()