Here's the output from my server logs
Processing Admin::WelcomeController#login (for xxx.xxx.xxx.xxx at
2010-02-04 00:58:10) [POST]
Parameters: {"action"=>"login",
"authenticity_token"=>"KOlS0mFy6Z48+Wgi5JRJBj9EsjQ+7lsPe6/41IjPJao=",
"controller"=>"admin/welcome", "user"=>{"password"=>"[FILTERED]",
"login"=>"Johnny"}}
Redirected to http://demo.mysite.local/admin/welcome
Completed in 10ms (DB: 10) | 302 Found [http://demo.mysite.local/admin/
login]
Processing Admin::WelcomeController#index (for xxx.xxx.xxx.xxx at
2010-02-04 00:58:10) [GET]
Parameters: {"action"=>"index", "controller"=>"admin/welcome"}
Redirected to http://demo.mysite.local/admin/pages
Completed in 0ms (DB: 0) | 302 Found [http://demo.mysite.local/admin/
welcome]
Processing Admin::PagesController#index (for xxx.xxx.xxx.xxx at
2010-02-04 00:58:10) [GET]
Parameters: {"action"=>"index", "controller"=>"admin/pages"}
Redirected to http://demo.mysite.local/admin/login
Filter chain halted as [:authenticate] rendered_or_redirected.
Completed in 0ms (DB: 0) | 302 Found [http://demo.mysite.local/admin/
pages]
Processing Admin::WelcomeController#login (for xxx.xxx.xxx.xxx at
2010-02-04 00:58:10) [GET]
Parameters: {"action"=>"login", "controller"=>"admin/welcome"}
Rendering template within layouts/application
Rendering admin/welcome/login
Completed in 10ms (View: 10, DB: 0) | 200 OK [http://demo.mysite.local/
admin/login]
Searching Google a couple post have been made about this problem. One
had something to do with conflicting authentication methods, the other
was a problem with routes. I've looked at my routes they seem fine.
But there may be a problem there.
But no matter what the problem is why is this only happening from
Internet Explorer? What's more, is I did change a route and then it
was working in IE, but now it's acting up again? In IE 6,7,8. They all
break for no reason. But Firefox works fine.
Anyone have a clue? Hopefully someone can point me in the right
direction.