iframeサブページは、session登録が失効した場合、親ページを登録にジャンプさせます.

317 ワード

ログインページに以下のjsコードを追加して、ページの先頭に追加します.


 
        //                
       if (window.top!=null && window.top.document.URL!=document.URL){
     		window.top.location= document.URL;
     	}

転載元:
https://blog.csdn.net/robotmen/article/details/84922352