ie9 loses cookies after redirect

后端 未结 5 1513
广开言路
广开言路 2020-12-10 15:24

I have an iframe that:

  1. does a post request to server
  2. server returns 302 and sets cookie
  3. browser not saves cookies but does a post(don\'t know
5条回答
  •  旧巷少年郎
    2020-12-10 16:05

    To expand on EricLaw's answer about IE 9 caching redirection responses, check out this page:

    http://blogs.msdn.com/b/ie/archive/2010/07/14/caching-improvements-in-internet-explorer-9.aspx

    Also, one thing to note about the cached redirect responses is there really is no easy way to clear them out. Clearing cache and cookies leaves them in place. There are 2 options:

    • Go into IE 9 Private Mode
    • Use Fiddler to clear the Wininet cache (under Tools)

提交回复
热议问题