You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add the close method in the session adapters. For Phalcon\Session\Adapter\Files, the method should call session_write_close(). This will allow to close the session and unlock the session file.
Please add the
close
method in the session adapters. ForPhalcon\Session\Adapter\Files
, the method should callsession_write_close()
. This will allow to close the session and unlock the session file.http://konrness.com/php5/how-to-prevent-blocking-php-requests/
https://stackoverflow.com/questions/13651195/long-running-background-php-script-blocks-other-php-pages-until-it-is-finished
The text was updated successfully, but these errors were encountered: