ajax - Session not updating
PHPz
PHPz 2017-05-16 17:05:28
0
2
410

I update the value of Session["xxx"] in the ajax background program, then return to the partial page and refresh it locally. The page displays the value of Session["xxx"], but the value of Session["xxx"] is never there. Change, always the original value?

PHPz
PHPz

学习是最好的投资!

reply all(2)
世界只因有你

After you execute ajax to update the value of SESSION, print it immediately to see if the update is successful.

仅有的幸福

Debug to see if the session is really reassigned

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template