Displaying 1 result from an estimated 1 matches for "reditrect".
Did you mean:
redirect
2005 Nov 25
0
Login Authentication working in IE but not in Mozilla
...password =?", name, password ]
)
end
end
My problem is that the above code works properly in Internet Explorer
browser but fails to work in Mozilla browser. What I mean to say is that
once I logout using a link_to in my home page I call the logout function
in my login controller and reditrect to my login or index page. Now if I
click on the back button, it still takes me to the home page. This
should not happen as the session has already been destroyed. In Internet
Explorer, there''s no problem at all. In IE if I click the back button
after logging out it redirects me to the...