in reply to Re^2: Hiding cookies from users
in thread Hiding cookies from users
Whoa, /never/ pass the password, encrypted or otherwise, via the cookie. Create an extremely valid, hard to guess and brute force token, and pass that around. Tie it back to the user.
Passing the user's credentials around is begging for a security issue if it's a public interface.