We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dce8d commit 95551e7Copy full SHA for 95551e7
README.md
@@ -34,6 +34,7 @@ try {
34
// This call will complete the request without closing the PHP worker. A nice side effect of this is that your
35
// event listeners won't block your request from being sent to the client. So you can use them to run slow
36
// operations like sending emails or doing API calls without delaying the response.
37
+ session_write_close();
38
fastcgi_finish_request();
39
40
// Many methods in Silverstripe CMS rely on having a current controller with a request.
0 commit comments