Skip to content

Commit 3cf994e

Browse files
committed
we do end session before sending HTTP response back
1 parent e7713c1 commit 3cf994e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ before any registered shutdown function is called).
1010
This package is for PHP-FPM only. Don't try to run it under CLI, PHP built-in web server, mod_php or FastCGI since it
1111
won't work.
1212

13-
This package doesn't end PHP session before running background tasks. Because of this, it could affect HTTP requests that
14-
use same session. Thus, this package should be used only for PHP applications where session is not used, e.g., stateless
15-
micro-services.
16-
1713
After sending HTTP response back to client side, background functions added continue to run and the PHP-FPM process is
1814
still running. To avoid side effects on your web server, please use this package accordingly. You may consider to use
1915
some worker instances or queue servers instead. When using this package, you may consider following suggestions to

0 commit comments

Comments
 (0)