Or are they only manipulated by the server? For instance, can we always assume that Auth.User.Id always corresponds to the current user?
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.
Session variables are always kept and protected at the server. When using PHP’s default implementation at least. So yes, as long as its set right.
Only a unique ID identifying the session is sent to the client.