Is there any problem with security if I store userid,profileId,username and other such kind information in cookie.
Is there any problem with security if I store userid,profileId,username and other such kind
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.
Yes there will be an enormous security problem doing this. If you don’t encrypt the cookie anyone could replace the username you’ve stored with say for example Administrator (usually id=1) and send a request to the web server.