this problem occurs when using phpstudy, testing under window, session_write_close has no effect, and no specific solution has been found on the Internet.
this problem occurs when using phpstudy, testing under window, session_write_close has no effect, and no specific solution has been found on the Internet.
if you are using session, session_write_close ();
open session_start ();
session_write_close();
sleep(10);
session_start();
in this way, you can block normally when you visit the current page, and request normally when you visit other pages, so that other pages cannot be accessed normally because the current blocked page takes up session resources.
Previous: How does spring security loginPage become dynamic?
Next: Why can't the packages I install using Conda be referenced in Pycharm?
there are two items in PHPstudy and directory, one can run normally and the other reports 403. you don t have access to this on the server. what s going on? Please give me some advice ...
the server uses Aliyun, and PhpStudy, is installed. Every few hours, the website cannot be accessed, and this error occurs on the server. but PhpStudy did not report an error to exit, as long as you click "close Program " to end this window, the si...