S
Stimp
I have a login page on a Windows IIS server: login.aspx
I'd like to enable the user to optionally use HTTPS to login
so that their password would not be easily snooped out.
What does this involve exactly?
I know that you use a https prefix instead of http, but that's it.
Is there configuration of directories necessary?
Got a good website for this basic info on https?
Also, I'll issue the user with a cookie (not persistent) once they log
in. It will be a session cookie created using the user name and
MachineKey alone... if this cookie were intercepted would an attacker be
able to use this for a replay attack? i.e. would I need to use https for
every page on the site where you need to be logged in to access or just
the login page? I know that Yahoo mail only uses https on the login page
Cheers!
I'd like to enable the user to optionally use HTTPS to login
so that their password would not be easily snooped out.
What does this involve exactly?
I know that you use a https prefix instead of http, but that's it.
Is there configuration of directories necessary?
Got a good website for this basic info on https?
Also, I'll issue the user with a cookie (not persistent) once they log
in. It will be a session cookie created using the user name and
MachineKey alone... if this cookie were intercepted would an attacker be
able to use this for a replay attack? i.e. would I need to use https for
every page on the site where you need to be logged in to access or just
the login page? I know that Yahoo mail only uses https on the login page
Cheers!