You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation says, event fires AFTER logout.
But user us still logged in.
And in new plugin, if code fires other events - plugins, this code
will still work $user = $modx->getUser();
What needs to be improved?
Log out the user from modx, then fire event.
The text was updated successfully, but these errors were encountered:
Affected page(s)
Documentation says, event fires AFTER logout.
But user us still logged in.
And in new plugin, if code fires other events - plugins, this code
will still work $user = $modx->getUser();
What needs to be improved?
Log out the user from modx, then fire event.
The text was updated successfully, but these errors were encountered: