As part of a master page template, several sites include a login control. Since the site is served over HTTP, I want the login control, once a successful login has been achieved, to resolve to a portal served over HTTPS.
The closest I've seen to achieve this may be here, but I'm not entirely clear on its implementation.
Can I get some feedback or suggestions on this?
Of course, a simple "Login" link on all pages that point to a login paged served over HTTPS is another solution, but this is not what I'm looking for.
Thanks.