Hardcore
Active member
Just some quick questions on the 'last_activity' row in the 'xf_user' table.
I'm using XF for user authentication and have non-XF pages with user submitted content. When users login to our non-XF pages they're redirected to them by the XF login system after successfully logging in. Some users may never even visit the forum as a result. As such, I'm noticing that their 'last_activity' is not being updated.
I'm using XF for user authentication and have non-XF pages with user submitted content. When users login to our non-XF pages they're redirected to them by the XF login system after successfully logging in. Some users may never even visit the forum as a result. As such, I'm noticing that their 'last_activity' is not being updated.
- Does simply logging into XF not trigger an update?
- When is 'last_activity' updated? What activities trigger an update?
- Could I simply create custom code to update a user's 'last_activity' on my non-XF pages?