Welcome Guest, Not a member yet? Register   Sign In
Admin password/email changed and he still logged in and carried operations
#4

(This post was last modified: 10-06-2019, 01:22 PM by MattZand.)

Here are few extra advice:
1- Try to use your admin from another browser so that to avoid session clash (being a site user and admin user)

2- If your site has sensitive data, do not allow browser to auto-complete your username and password fields.

3- You can set maximum time for a session to be alive. That way, a session automatically gets expired after for instance 30 minutes of inactivity.

4- Make sure you are passing data like password from one page to another via PHP sessions... After login, set a token and assign it to admin. That way, if you session gets hijacked, you will protect your database.

Good luck

Matt
https://myhsts.org/
https://blockchain.dcwebmakers.com/
https://coding-bootcamps.com/
Reply


Messages In This Thread
RE: Admin password/email changed and he still logged in and carried operations - by MattZand - 10-06-2019, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB