I need to share sessions table between 2 sites (same domain, eg. .mysite.com). In drupal 7, i have already build this in settings.php.
I have created a new database for this.
On drupal 10/11, this seems different, because we cannot achieve this on the database definition in the settings.php. But maybe that's a mistake.
Should I use another method, create a custom service for this?
Thanks for your help.