Where are the user parameters stored on a lower level? The filter parameters for example. I don’t think it’s the cookies so where is it? And is it secure? as in can a user modify them in some way and hack his way into the website?
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.
By default your session files are stored in session.savepath folder, so it’s server side.
The link between this session file and the user cookie is the session_id stored inside the session cookie.
maybe you should read : PHP Session Security