-
Jared Hancock authored
The PHP session system will hold a lock on the session until it is released. It is important to release the session before performing long-running tasks so that further requests from the agent are not locked.
b076f503
The PHP session system will hold a lock on the session until it is released. It is important to release the session before performing long-running tasks so that further requests from the agent are not locked.