c# 用户登录成功或登录失败后并未对当前的会话标志(Session ID)进行更新


HttpContext.Current.Response.SetCookie(new HttpCookie("JSESSIONID", Guid.NewGuid().ToString()));

posted @ 2021-12-03 14:41  罗华熔  阅读(184)  评论(0)    收藏  举报