- Issue created by @shivamitakari
- Status changed to Postponed: needs info
over 1 year ago 2:45pm 1 September 2023 I do not believe this is a bug.
UserRequestSubscriber::onKernelTerminate contains:
if ($this->account->isAuthenticated() && REQUEST_TIME - $this->account->getLastAccessedTime() > Settings::get('session_write_interval', 180)) { // Do that no more than once per 180 seconds. /** @var \Drupal\user\UserStorageInterface $storage */ $storage = $this->entityTypeManager->getStorage('user'); $storage->updateLastAccessTimestamp($this->account, REQUEST_TIME); }
So this is subject to the configured session_write_interval, which has a default of 180 seconds.
- Status changed to Closed: works as designed
3 months ago 2:52am 13 September 2024 - 🇦🇺Australia pameeela
No additional info provided so I'm closing this, since it sounds like it works as designed.