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
This is a known drawback of the Datastore session handler. Take a look at the documentation for ways to mitigate these errors:
If you are building an ajax application which may issue multiple requests to the server, please design the session data carefully, in order to avoid possible data contentions. Also please see the 2nd example below for how to properly handle errors on write operations.
I use Datastore Session Handler and currently I'm getting an error:
t happens on page where are a few AJAX requests and they write data to the same Entity. How to fix that?
The text was updated successfully, but these errors were encountered: