Hello @hschadeck,
Please define different WP_CACHE_KEY_SALT for each website that use same memcached.
Hi @hschadeck,
Is the problem solved? Please let me know.
Cheers,
Hello,
yes, this solved my problems,
but a pregenerated wp cache salt which is overrideable in plugin settings is easier to handle for the default WordPress user.
It’s funny, when side y shows the content of domain x; I know, how to handle those problems, but not all do know that.
🙂
Thanks for feedback.
but a pregenerated wp cache salt which is overrideable in plugin settings is easier to handle for the default WordPress user.
Configuration should be in the file, because object cache is loading before options.But you may right, we can handle this somehow, will consider for future versions. #23
It’s funny, when side y shows the content of domain x; I know, how to handle those problems, but not all do know that.
Yes, indeed 🙂
Hello @hschadeck,
just an update: Powered Cache 1.2 started to use DB_NAME as default salt key for the object cache, So you can smoothly run multiple websites with same Memcached.