ie9 loses cookies after redirect

后端 未结 5 1514
广开言路
广开言路 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:25

    I dunno if you ever figured this out, but make sure you're instructing your application to not set client cookies. In CF, there's an application parameter 'setClientCookies', when setting it to false makes sure what you're describing doesn't happen. (Coincidentally, setting it to 'false' or 'no' does not work where as CF normally recognizes this as false as well.)

提交回复
热议问题