I have a user only section on my website. I have set up a MySQL database to store the users. When I go to my admin screen on my web site I can see the users as it is looking at the MySQL table. When someone tries to log in to my login page it goes to the error page I have set up in case of a bad password etc. They should be directed to my users only page if the login works.
Can the server be having some php session problems. I have double checked the php script on the login page and it points to the correct database, localhost, password is correct, and the table is correct.