Fetch user details using session | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fetch user details using session

Im trying different login scripts from github, i use sessions to fetch users details but i can only get either or email or username i can never get both using the same codes, it works once then never again. Im on my phone so can't post my code right now but anyone any suggestions using Mysql with Mysqli

19th Nov 2020, 5:52 AM
Linda fan
Linda fan - avatar
2 Answers
+ 4
You should NOT store username or email in seesion cookie, because the other websites can access it. Instead, you should store a Token in the session cookie. Free PHP Authentication tutorials on YouTube : In 5 minutes by OktaDev https://youtu.be/o7JW5uPDc5w Cookie, session, token by HazardEdit https://youtu.be/sRuRRdJCB8E
19th Nov 2020, 6:54 AM
Gordon
Gordon - avatar
0
Thanks though i can't work with pdo am very new to this
19th Nov 2020, 6:22 PM
Linda fan
Linda fan - avatar