I can’t find a fitting article for this subject. Indeed, there are a lot of those I found, but they are old. How should I store session? How can I secure them, as much as possible, etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those on php.net are updated. It’s very easy to use sessions, you just (before any ouput) add this snippet of code
session_start()and then assign whatever you want to $_SESSION variable.