Hi , is a secure way to save Password with MD5 hash in cookie for login system ? then when users login successful system save their Username/Password in cookie and in each control panel page system will check username/password in database for identity. I dont want to use session due to use "Remember Me" with cookies.
I suggest using sessions, and use the cookie for the optional "remember me" function. And this may be helpful as well. http://forums.digitalpoint.com/showthread.php?t=365334