Quote:
Originally Posted by RuthB
We apologize for the current inconvenience. Our tech crew is working on the issue, and we anticipate it should be resolved within the next couple of hours.
|
Please suggest to them to install memcached, lock it down so it's only accessible from localhost, and then set that as the php session handler. You will reduce disk io since php won't be reading and writing those session files, which will improve performance - and at the same time you will resolve this issue.