Hi,
I have created a custom login page and enabled SSL on it. This works, and my URL automatically changes to https://... when I click on the "login" link. The problem is that once I have logged in, all other pages are also run over SSL (i.e., URL does not change back to
http://..), despite the fact that SSL is not enabled on these pages.
I thought that if you just enabled SSL on one page (MyLogin.aspx in this case), then all other pages would not run under SSL. Is that correct? If so, why is this not happening in my case? Is there something I have to do on my custom login page to stop other pages running under SSL?
Thanks..