标签: session xajax
如何使用xajax检测过期的会话,以便在发生这种情况时我可以将用户重定向到登录页面,或者弹出一条消息让他们知道?
答案 0 :(得分:0)
查看here会话超时
如果会话超时,请发送:
$response = new xajaxResponse(); $response->script('location.href="/login";'); // or what ever you want return $response;