Problem with asp.net forms authentication in internet explorer

后端 未结 7 566
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 18:41

My company has a web application hosted on a client\'s machine that uses forms authentication in ASP.net. When visiting the website http://www.client.com/Application and tr

7条回答
  •  攒了一身酷
    2020-12-19 19:28

    I had this same issue when the servers Date/Time was incorrect and was causing the AuthCookie expiration date to be incorrect.

    Check the date/time of the server is correct.

提交回复
热议问题