[eluser]Schumacher[/eluser]
Yes i know about the flash data .
But the issue is that i want to have every controller to be able to handle these. Because the user can be redirect back to that page(with another controller) from the auth controller.
so in the example you've made with it, to have an else on the from_validation->run which sends back the login page. But here i want to have the that it redirects the user back to the page he was on before. So that he stays on the same site during the login atempts.
ive tried to have a hidden post comming along in the form with the url and then i redirect the person back to that page via the value of the hidden.