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.
サイトに dir1 と dir2 の 2 つのディレクトリがあり、これを行う必要があります。スクリプトが dir1 からセッションを書き込むと、dir2 から読み取ることができません。それは可能ですか?試してみsession_set_cookie_params(0,'/dir1/')ましたが、とにかくdir2からこのセッション変数にアクセスできます。
session_set_cookie_params(0,'/dir1/')