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
Short of some extra plumbing that would have to span several hops, your best bet is to stash the data in session until they come out of authentication.