Asp.net forms authentication cookie not honoring timeout with IIS7

后端 未结 5 1686
别跟我提以往
别跟我提以往 2020-12-07 17:14

Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout=\"10080\" with slidingExpiration=\"fa

5条回答
  •  轮回少年
    2020-12-07 17:36

    My understanding is that cookies are expired by the consuming party - the browser, which means that IIS has no say in this

提交回复
热议问题