.htaccess - Django session cookie fails on IE if you have SSL/TLS enabled on a non-www and www domain name with different sessions -


my website works fine on chrome/firefox/opera

but on ie not work.

what case:

  • i have website accessible via https
  • you can go https://example.com or https://www.example.com , see same website
  • however, depending on if come or without prefix, session created in django application.
  • this works fine in browsers, except ie.
  • why? browsers detect if need send cookie without or prefix, except ie takes first 1 has ever been created.
  • i have been struggling kinds of apache rewriterules etc, handicap rest api ("method not allowed" post requests).
  • as long users go 1 of both prefixes there no problem, happens users things don't expect.

how can solve this?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -