兼容IE:Response.Cookies[":member"].Expires=DateTime.Now.AddDays(1);

其它浏览器:Response.Cookies["backurl"].Expires.AddDays(2);

相关文章:

  • 2022-12-23
  • 2021-10-29
  • 2021-08-15
  • 2021-12-28
  • 2021-04-08
  • 2021-04-24
  • 2021-09-02
猜你喜欢
  • 2021-10-09
  • 2021-08-27
  • 2021-09-02
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案