aspnet membeship logon page and https redirect
Posted
by DefSol
on Stack Overflow
See other posts from Stack Overflow
or by DefSol
Published on 2010-03-18T00:15:04Z
Indexed on
2010/03/18
0:21 UTC
Read the original article
Hit count: 602
Hello,
I have a gridview control that has on onclick event bound to every cell. Once a user clicks on a cell it directs them to a booking confirmation page and passes 3 url variables. This booking page is behind a aspnet membership and thus if the user is not logged in they are served the login page. The login page has a redirect to https connection in the onload event using the IsSecure property. The issue is once the user logs in, then is returned to the booking confirmation page I lose 2 of the url vars.
If I remove the https redirect, everything works fine, but the user logs on on a http connection, which is not cool.
Appreciate and help
thanks
Reuben
© Stack Overflow or respective owner