Przeglądaj źródła

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

wangweimin 5 lat temu
rodzic
commit
958ede18d5
1 zmienionych plików z 0 dodań i 1 usunięć
  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);
         };