HI all
I set a cookie up and it gets set when the users password matches the one in the database.
My problem is that anyone who uses
javascript:alert(document.cookie) can see not only the name of the cookie but also the value of it. Is there anyway i can so that the value of the cookie is hidden or randomised.
The passwords in the database are not encrypted so i cannot use an encryption module.
Anyone got any good ideas
Gary