I'm using SESSIONs to achieve a simple login system.
Should i check every data of the user (id, email, fullname << i have only these), or is it enough to check only id, or only check if the session exists or not?
Thanks! If you have better solution please tell it to me =P