소스 검색

amend to 3d55cf38 'http based backend no longer use cookie store session_id'

wangweimin 5 년 전
부모
커밋
958ede18d5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pywebio/html/js/form.js

+ 0 - 1
pywebio/html/js/form.js

@@ -917,7 +917,6 @@
             })
         };
         this.close_session = function () {
-            Cookies.remove('webio_session_id');
             this.on_session_close();
             clearInterval(this.interval_pull_id);
         };