program/include/rcube_session.php @@ -312,7 +312,8 @@ public function mc_destroy($key) { if ($key) { $this->memcache->delete($key); // #1488592: use 2nd argument $this->memcache->delete($key, 0); } return true;