PHP session doesn't work with IE

前端 未结 12 1148
后悔当初
后悔当初 2020-12-09 05:10

I have a site made with php which uses server side sessions throughout the site.
In fact, it\'s a site with a user login which depends on session variables and if there

12条回答
  •  北海茫月
    2020-12-09 06:06

    I found if you added header('P3P: CP="CAO PSA OUR"'); to the top of your doc. It seems to have fixed the problem.

提交回复
热议问题