
Originally Posted by
DrByte
What exact error?
So, does this mean that if you set your ENABLE_SSL setting to 'false' that the problem goes away?
What exactly do you mean by "a fresh browser"?That sounds exactly like the page was cached in your browser and the old security token had been set there, and thus your attempted login was using the cached token. Then when you get the login error and click submit again, it is successful because a new fresh unexpired token has been generated for the page.
You might be able to prevent this caching by setting your *admin* configure.php's HTTP_SERVER url to an https address instead of an http address. This would have the beneficial side effect of protecting your entire admin with SSL, which is a good thing.