Please let me know what you think about this concept idea. I think it would be more secure than the normal.
Store the username in a cookie and the password in a session.
Reason this would be more secure:
1.) If someone gets a hold of the session ID they are missing the username (so we assume its a hack and delete the session data).
2.) If someone, somehow, hacks the session data they are, again, missing the username.
3.) Someone gets a hold of a cookie (harder since it is located on clients machine) they are missing the password.
4.) If the users session ends but the username is still in the cookie ask to verify password to re-login.
Please let me know if this concept is a good idea. I haven't seen this implemented anywhere else.
Thanks,
Jeff