Redirect login to the last accessed tenant?

Can I set/store the last accessed tenant when logout and then it will be the next destination after login?
Solution
Well, we can listen to Logout event, there we get the previous url, manipulate the string to get the last tenant url , store to user db (or whatever) and done
Was this page helpful?