我目前正在写一个“编辑帐户”模块。使用jQuery.post();我可以成功地更新我的数据库,并且可以从PHP中写入会话变量--但是,当尝试访问我刚刚写入的会话变量时,数据似乎没有被更新。
我这样写信给会话:$_SESSION['email'] = 'john@doe.com'; in my Ajax.php
我的jQuery (小型化)对成功的回调:
$.post(...,function(res)
{
if(res=='success')
{
// Alert the new E-Mail, read from the Ses