Browse Source

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

wangweimin 5 năm trước cách đây
mục cha
commit
958ede18d5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
         };