After login successful redirect from https to http
-
Hello Everybody I bought some https space For login I want to send customer to https://........../login.aspx After Login succesful I want to redirect page form https to http My question is: After redirect from https how http will know customer is logged in? As I think on my http master page I can use some property to keep Request.QueryString value. There is some trick....... Could you pleae give me idea Thanks is Advance
Sarfarj Ahmed
-
Hello Everybody I bought some https space For login I want to send customer to https://........../login.aspx After Login succesful I want to redirect page form https to http My question is: After redirect from https how http will know customer is logged in? As I think on my http master page I can use some property to keep Request.QueryString value. There is some trick....... Could you pleae give me idea Thanks is Advance
Sarfarj Ahmed
Sarfaraj Ahmed wrote:
As I think on my http master page I can use some property to keep Request.QueryString value.
QueryStrings should never come in to the equation for authentication/authorisation in my opinion. Have a search on the internet for "ASP.NET Forms authentication" that will put you in the right direction.
*Developer Day Scotland - Free community conference Delegate Registration Open
-
Sarfaraj Ahmed wrote:
As I think on my http master page I can use some property to keep Request.QueryString value.
QueryStrings should never come in to the equation for authentication/authorisation in my opinion. Have a search on the internet for "ASP.NET Forms authentication" that will put you in the right direction.
*Developer Day Scotland - Free community conference Delegate Registration Open
thank you
Sarfarj Ahmed