My question simply is, how could the TempData be passed between Different controller? Naturally, because the controller contexts are different one controller should not be able to access the tempdata in another while tempdata can be simply passed between Action Results
within the context of a single controller.
But let's say the situation necessitates cross controller communication OVER TempData, and TempData would be a requirement (regardless of whether it is a good practice or bad practice), is this possible ?