Wierd https/http problems

  • Thread starter Thread starter E
  • Start date Start date
E

E

I have a https login page with C# code FormsAuthentication. After logging
in, my https pages recognize that I'm logged in. My http pages do not. It's
as if it's considering these pages under a different domain. Am I going to
have to make my entire site https? Any help/guidance is appreciated.

Thanks,
E
 
Sounds like you are hardcoding http in your site. If you use relative URLs,
it should not matter what protocol the user uses.
 
are you using the secure attribute in the forms tag? if so auth cookie
will only be transmitted over https.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top