Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by minnesotan

  1. minnesotan

    Prevent cookie from being sent to the server?

    Thanks for the quick reply. Am I missing something? If I have an onSubmit function for my form like this: function onSubmit(){ document.cookie = "private_key=123456;"; return true; } then when the form is submitted the server receives "private_key=123456" in the cookie header. I...
  2. minnesotan

    Prevent cookie from being sent to the server?

    My webmail application uses public key encryption, and does all encryption/decryption in Java on the client's machine. Public and private keys are generated from the user's password so that a given password will always generate the same key pair. The password and private key never leave the...

Part and Inventory Search

Back
Top