Currently, I have created a system that checks the user's IP address, browser, and arbitrary string cookie to determine if he is an administrator.
In the worst case scenario, someone steals my cookie, uses the same browser as me, and disguises their IP address as mine. Is there another level of security that I have to add to my script in order to make it more secure?
EDIT: To clarify: my site does not accept absolutely no data from users. I am simply developing an admin control panel to make it easier to update records in the database.
source
share