Artyom
12-02-2009, 12:14 PM
This is most likely due to a Sessions issue with PHP (if that is what you are running). If that is the case, make sure register_globals are off and you can set autosessions to 1 in php.ini and then reload your webserver.
View Full Version : My login page keeps reloading after I put in my logins, why?