session lock feedback |
Hey,
I'am not shure I do understand your questen correct. But the documentation mention's that they use session for the following reason : "non-blocking requests in the context of sessions also means unsafe, because modifications to session data (or session ID regeneration) in one request can interfere with the execution of a second, concurrent request. This detail was at the root of many issues and the main reason why CodeIgniter 3.0 has a completely re-written Session library." Source : https://codeigniter.com/userguide3/libra...oncurrency |
Messages In This Thread |
session lock feedback - by makif - 03-19-2019, 12:23 AM
RE: session lock feedback - by wjonker - 03-19-2019, 03:33 AM
RE: session lock feedback - by makif - 03-19-2019, 11:25 PM
RE: session lock feedback - by php_rocs - 03-20-2019, 06:57 AM
RE: session lock feedback - by makif - 03-28-2019, 03:52 AM
RE: session lock feedback - by php_rocs - 03-28-2019, 06:34 AM
RE: session lock feedback - by makif - 03-28-2019, 08:23 AM
|