JAJustin Arinzeinjustinarinze.hashnode.dev·Mar 30, 2021 · 10 min readPHP MySQL Login SystemImplementing User Authentication Mechanism User authentication is very common in modern web application. It is a security mechanism that is used to restrict unauthorized access to member-only areas and tools on a site. In this article we'll create a ...00
JAJustin Arinzeinjustinarinze.hashnode.dev·Mar 25, 2021 · 14 min readThing About Cookie# Have you ever wondered how you can sign in to a website once and remain signed in, even if you close your browser? Or added an item to your shopping cart without signing in at all? Whether you know it or not, cookies are everywhere, and for better ...00