SSL encryption lost when cookie passed from client to server

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

Hi,

Im trying to get SSL working. When i connect to my site the index page is
encypted, when i login it seems to lose the encyption.

Web.config:
<authentication mode="Forms">
requireSSL="true"

Have created a static html page in the app root. When i connect to this page
im still ssl
encrypted.

Thanks for any help
Scott
 
chatted to some of the experts on the IIS forum users, they suggest its my
application redirect thats the problem on the login page.

getting the message that the page contains both secure and unsecure items.
 
Back
Top