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.
基本的に、ajax を使用してコンテンツをロードする動的な php ページがあります。ロードするコンテンツは、セッション変数から取得することになっていますが、session_start(). 実際のページが読み込まれたときに既に処理されておりsession_start()、コンテンツが読み込まれたときに別のページを追加することはできません。別の方法はありますか?
session_start()
ありがとう
session_start() は、進行中の既存のセッションを再開するだけなので、AJAX ハンドラーで呼び出すことができます。