kjc
08-31-2002, 06:46 PM
I am writing a discussion forum using php and MySQL. However I do have a cookie question.
I am creating a cookie which will store the username of the site visitor. When they return to the site the cookie will then retrieve the users details and allow them to log in automatically.
My question is, it is possible for someone to alter the contents of their cookie locally. For example could someone who has been to the site change their cookie so that it contains someone elses username other than their own. Then when they go to the site it will identify them as the other user because of the false cookie information.
:eek:
I am creating a cookie which will store the username of the site visitor. When they return to the site the cookie will then retrieve the users details and allow them to log in automatically.
My question is, it is possible for someone to alter the contents of their cookie locally. For example could someone who has been to the site change their cookie so that it contains someone elses username other than their own. Then when they go to the site it will identify them as the other user because of the false cookie information.
:eek: