http://qs321.pair.com?node_id=68872


in reply to Secure passwords

You're right to be wary of transmitting the password with every request. Fortunately there's a fairly straightforward answer: implement sessions, and have your cookies contain a session ID instead of a password. In a nutshell, do this every time someone tries to access a secured resource: Some finer points: