これは私のjavascriptです..
function rDir() {
window.location="./index.php?status=session";
}
PHPコードからの私のajax応答は
<script type="text/javascript">
rDir();
</script>
PHPで使用header('Location:index.php?status=session;);
すると動作します..しかし、div内のindex.phpコンテンツをロードします...
セッションの有効期限が切れた場合、ajax を介してメイン ページをロード リダイレクトするにはどうすればよいですか?