1. What is the best way to store the last viewed/clicked page in a cookie?
Do I have to put a setcookie in every page?
2. How do I sort of encrypt the values of the cookies? Most cookies that I saw in my computer doesn't make sense at all but if I put something like setcookie("loginname","theloginname"
I don't think that's pretty safe ?
Do I have to put a setcookie in every page?
2. How do I sort of encrypt the values of the cookies? Most cookies that I saw in my computer doesn't make sense at all but if I put something like setcookie("loginname","theloginname"