I added:
session_save_handler = “dbtable”
to config.ini.php
Widgets still seem to load slow… How do I determine whether the database is now used to store sessions? Thanks
I added:
session_save_handler = “dbtable”
to config.ini.php
Widgets still seem to load slow… How do I determine whether the database is now used to store sessions? Thanks
Hi,
Since a handful Matomo releases, Database sessions are used by default (you can check in the piwik_session
table).
Maybe check here for more tips: