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.
Safari はサードパーティの Cookie を許可していません。JSPでレスポンスヘッダーを次のように設定してみました:
response.setHeader("P3P","CP='IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT'");
Safari を除くすべてのブラウザで正常に動作します。
Safari は、デフォルトでサードパーティの Cookie をブロックします。