Quote Originally Posted by g2ktcf View Post
oh, and it works for new and old accounts..just not in FF.
So that does seem odd... There seems to be very little that would be browser dependent on "accepting" login credentials... The only thing that seems to come to mind is sessions/cookies... I mean at one point I was thinking that maybe need to validate the html, but don't see how that would affect the ongoings of the "I'm logged in now" process... The communication protocol doesn't seem to be an issue (https isn't used in the sample site), is there an issue with the same browser on your live site?

Come to think of it I did have an issue once with ff where I had created a sub-domain or two and I could log onto the primary site, but not the sub-domains... Chalked it up to being too "newly" created. After I had let sessions expire and not logged onto the first site, I was able to log onto the "alternate" site(s). Later created sub-domains using different site users (not ZC users, but associated with the hosting account) then was able to login to the different sites... Leads me back to some sort of php/session related path issue...

Whatever, is odd...