01-23-06 11:01 PM
Per Weisteen <per.weisteen@hydro.com> writes:
> I'm sorry to say that I disagree on this suggestion. Of course using
> SSL hides the password but it also hides all content and that may not
> neccesarily be a good thing because it negates any performance
> optimization possible through intelligent web caching.
If you look at ebay, hotmail, etc., when you log in, the form
submission goes to an SSL target page so your password is encrypted.
The target page sets an authentication cookie and redirects you to a
normal http page, and you then surf around using normal http. So you
get all that caching and stuff except for the page that actually sees
your password. Of course someone might intercept the cookie and
re-use it, but it should have a timeout. You can think of obvious
ways to referesh a timed-out cookie by setting a second cookie through
SSL and redirecting to a page that checks the SSL cookie if the
non-SSL cookie is timed out.
[ Post a follow-up to this message ]
|