diff --git a/src/Controller/CustomerAppAPI/ApiController.php b/src/Controller/CustomerAppAPI/ApiController.php index 635a3c45..30a4ccbf 100644 --- a/src/Controller/CustomerAppAPI/ApiController.php +++ b/src/Controller/CustomerAppAPI/ApiController.php @@ -180,6 +180,8 @@ class ApiController extends BaseApiController protected function updateSessionTimestamp() { + error_log('Updating session timestamp'); + error_log('Session ID: '. $this->session->getID()); $this->session->setDateLatestActivity(new DateTime()); $this->em->flush(); }