firstimpression Posted January 17, 2017 Report Share Posted January 17, 2017 I was wondering if switching PHP's session storage to Memcached would not brake Revive Adserver admin interface and API. If it would not, my next question if setting session handler to a UNIX socket would still work okay, I am concerned about that, for example, because I see in Flexy in Translator.php the following:'compileDir' => ini_get('session.save_path') . '/HTML_Template_Flexy_Translate',Obviously, in case of session.save_path like /var/run/memcached/memcached.sock the compilation would not work. Not sure if the above thing is any relevant for Revive admin interface. Thank you. Quote Link to comment Share on other sites More sharing options...
andrewatfornax Posted January 28, 2017 Report Share Posted January 28, 2017 Good question @firstimpression, and I honestly have no idea if using Memcached for sessions storage will work or not. I'm afraid that it may be a case of try it and see. Were you looking to do that for performance, or distribution? Quote Link to comment Share on other sites More sharing options...
firstimpression Posted January 29, 2017 Author Report Share Posted January 29, 2017 Distribution. Sometimes we want to switch admin servers and not to loose all currently logged in users' sessions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.