Wechat cookie and localstorage fail

Wechat cookie and localstorage fail

this is the case:
Wechat opens page a, and when page an enters, it determines whether userid exists. If not, use cookie or localstorage to store a random userid with a hyperlink in page a, like this .
this code will be called after clicking the hyperlink and going to the page benerary b to submit a form.

 window.open("","_self");
window.close();
May.10,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b370e2-2ada8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b370e2-2ada8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?