PHP session doesn't work with IE

前端 未结 12 1162
后悔当初
后悔当初 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 05:41

    I have the same problem and it's SOLVED now.

    The blank or empty attribute's values of any IMG tags cause the problem. For me, I used JavaScript to change IMG object's source to an empty value. Doing that could also make the problem.

提交回复
热议问题