|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-03-25 16:37 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2021-03-25 16:37 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 25 19:00:02 2025 UTC |
Description: ------------ php version 5.5.8 memcache 3.0.8 pre-compiled dlls couchbase latest Seems like because of entroduced locking of sessions, when users opens several urls on the server simultaneously (e.g. with the middle mouse button) the resulting pages open with non-readed session (user is not authorized). problem is solved by using memcached-2.2.7. Test script: --------------- ini_set('session.save_handler','memcache'); ini_set('session.save_path','localhost:11211');