PHP: a way to check user login other than sessions
I am building a website and I am using sessions to check user login. I am
wondering if there is any better and safer way to check user login.
Because sessions are stored in the clients computer I think they are not
very safe and easy to hack. Am I correct?How do big websites like facebook
and twitter check if their user is logged in or not. I am new to PHP so
dont say my question is too basic.
No comments:
Post a Comment