Hi what's the code to keep the login safe. I mean after people login by entering username and password, I do not want other user to be able to access my web admin just by entering the url without login first.
Notes the admin folder has many pages too which is restricted only for administrator.
How to keep those pages secure ?
I already write the login page, but as of now, others can enter admin page by just entering the url.