Is it good practice to do session_write_close() to allow another requests getting served?
My app is in Magento 2 and performing some long tasks from magento to shell. So in script execution time server is not serving to any other requests of that particular session until that task is getting finished and request completes. So i found that...
Mar 23, 2018CC