Re: How to login with https
- From: "Tim Mackey" <tim.mackey@xxxxxxxxxxxxxxxx>
- Date: Wed, 3 Jan 2007 20:11:20 -0000
as far as i know, a http url and a https url are treated separately by internet browsers in terms of sessions and cookies. you could do a Response.Redirect from your https login page to a http page, passing in some token value in the querystring to verify that the login was successful, and then you could re-authenticate the client on the http connection. hope this works for you.
tim
"ad" <flying@xxxxxxxxxxxxxxx> wrote in message news:e9cNE%23VIHHA.4068@xxxxxxxxxxxxxxxxxxxxxxx
I have used asp.net to develop asp.net application.
I want to use https with login page, the others with http.
How can I do?
.
- Follow-Ups:
- Re: How to login with https
- From: Dominick Baier
- Re: How to login with https
- Prev by Date: Re: Windows Auth Problem
- Next by Date: Re: How to login with https
- Previous by thread: forms auth, authenticate against already encrypted password?
- Next by thread: Re: How to login with https
- Index(es):
Relevant Pages
|