Voting

: seven minus five?
(Example: nine)

The Note You're Voting On

sascha at archinform dot de
8 years ago
If You apply session_write_close() to allow concurrent requests from a client (for example simultaneous AJAX calls) this may not resolve the problem, if You have enabled output buffering (default in PHP 7+). You have to set output_buffering = Off in php.ini, otherwise session won't be closed immediately.

<< Back to user notes page

To Top