PHP session doesn't work with IE

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

    Session data is stored on the server side, not the client. I would check the other pages, where this value would be set.

提交回复
热议问题