If someone knows what I have called my variables stored in a session, would it be easy to fake those variables?
So $_SESSION['username'] is my variable which I use to recall info from the database. If someone faked that name with someone elses, they will be able to see the other persons account?
So $_SESSION['username'] is my variable which I use to recall info from the database. If someone faked that name with someone elses, they will be able to see the other persons account?
Comment