Hi all,
We have a strange one here.
We have a trigger set up which fires on the "User Logout" event. It redirects the user to a new URL. If the user logs out of EES (_edit) all works as expected and the user is redirected, but if the user logs out of matrix (_admin) they are not redirected.
In both cases the logs indicate a "Trigger Execution Success", but clearly the redirect part of the trigger is not successful in the matrix case. In fact on matrix logout the logs show 8 "User x logged in" messages, with 8 different session ids, after each "Trigger Execution Success" message (on EES logout we just see the Trigger Execution Success message).
The users are AD authenticated, and we are running matrix in a cluster.
Has anyone seen anything like this before?
Steve