11-24-04 07:47 AM
I have created an MCMS application that has 2 web entry points. One Website
application uses SSL, the other does not.
I am using CMS forms authentication ie:
CmsAuthenticationTicket ticket =
CmsFormsAuthentication.AuthenticateAsUser(userName, userPassword);
CmsFormsAuthentication.RedirectFromLoginPage(ticket, true,false);
The strange thing is that after using HTTPS to navigate to my login form and
being successfully authenticated, the redirection to the original requested
page reverts to using HTTP.
Any ideas of why this would happen?
--
Mark
[ Post a follow-up to this message ]
|