Hi,
i m having an issue since upgrading from 7.2.10 to 7.3.xx . In all of my applications, i use memcache as caching mechanism, and session storage. After upgrading from php 7.2.10 to 7.3.x i notice inconsistency in session and cached data, that are stored in memcache.
For instance a user logs in, after a couple of refreshes gets logged out, as if session was not found, or expired, and if you continue to refresh, you may find youself again logged in, as if the session was recovered, so on to forth.
I haven't been able to isolate the issue on local memcache server or on wamp, if i return to 7.2.10 sessions work as expected.
i m having an issue since upgrading from 7.2.10 to 7.3.xx . In all of my applications, i use memcache as caching mechanism, and session storage. After upgrading from php 7.2.10 to 7.3.x i notice inconsistency in session and cached data, that are stored in memcache.
For instance a user logs in, after a couple of refreshes gets logged out, as if session was not found, or expired, and if you continue to refresh, you may find youself again logged in, as if the session was recovered, so on to forth.
I haven't been able to isolate the issue on local memcache server or on wamp, if i return to 7.2.10 sessions work as expected.