August Detlefsen wrote:

Is there no way to do it? SSL creates a lot of overhead for a site that
is serving up 100MB image files.

There are ugly or less ugly workarounds, like the one yahoo uses. Login can go against HTTPS, sets up it's version of session and then redirects the user to HTTP. There the server will pickup the user via a cookie or a URL containing yahoo's session. From there on, yahoo can use any session mechanism it likes.

This, of course cannot be coupled with HTTP AUTH Basic. It is outside of that spec.

Nix.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to