hello all, Cookie noob here :s
how do I add md5 hash so it encrypts the password only in the cookie? and how do I increase the expire time to 30 days? Here's the snip: setcookie("pass","$HTTP_POST_VARS[password]",time()+(3600*24*7)); Thanks in advanced. cheers, - Sebastian