User Data Storage
Hi, I have a couple of questions that hopefully you can help me with.
I'm designing a scalable architecture using WordPress and I'd like to ensure that if a front-end user is moved to another instance (server), thier H5P data (user input, course progression, analytics, etc) will be available to them. Session data from WordPress isn't a concern here, as I can attach it to the user.
In regards to the H5P plugin for WordPress, is all of the front-end user's data stored in the database or is some of it stored locally?