cuongbn

Results 2 comments of cuongbn

I have the same error, I configured it exactly as instructed but the database has no records written

i found fix, in Da\User\Service\SessionHistory\SessionHistoryDecorator::class fix function ` public function getUseCustomStorage() { return $this->session->getUseCustomStorage(); }` To ` public function getUseCustomStorage() { return true; }` Hope to receive everyone's comments. I...