Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用jquery设置会话而不重新加载页面_Jquery_Ajax - Fatal编程技术网

使用jquery设置会话而不重新加载页面

使用jquery设置会话而不重新加载页面,jquery,ajax,Jquery,Ajax,我有一个问题,在没有页面刷新的情况下,如何使用jqueryAJAX设置会话。我的问题是,除非我按下刷新按钮来设置会话,否则不会设置会话。我的php页面与我的jquery代码是分开的。这是我试图实现的一个登录函数 非常感谢您的帮助。好问题。没有快速简单的解决方案出现在脑海中 当用户进入站点时启动会话,并让登录过程使用该会话现在属于已登录用户的信息修改正在运行的会话,怎么样

我有一个问题,在没有页面刷新的情况下,如何使用jqueryAJAX设置会话。我的问题是,除非我按下刷新按钮来设置会话,否则不会设置会话。我的php页面与我的jquery代码是分开的。这是我试图实现的一个登录函数
非常感谢您的帮助。

好问题。没有快速简单的解决方案出现在脑海中

当用户进入站点时启动会话,并让登录过程使用该会话现在属于已登录用户的信息修改正在运行的会话,怎么样