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 ファイルがあり、1 つのファイルでセッション変数を設定している場合、同じセッションの別のファイルで同じ設定値を使用できますか?
session_start()はい、各ページで呼び出す限り、そうする必要があります
session_start()
http://php.net/manual/en/function.session-start.php
はい、そうします!! ただし、別のファイルでは session_start(); を呼び出す必要があります。セッション変数にアクセスするために、もう一度 method0d を実行します