Handling sessions with php question
For my project id like to start the session after they are successfully logged in and transferred to their userpage. I'm curious though how to store the session like do I use the
user_id assigned to some other id or something in order to keep track of it being active. I tried reading the php docs on it but I got a bit confused. Any insight on handling sessions is most welcomed. I'll share my code for my login page so others can let me know if im doing this wrong. Thanks!