2.1.0版本,在集群模式下,使用nginx做负载后,控制台上的操作,实际上每一次请求经nginx转发后,每次都会请求到不同的服务端,
这个时候再去request.getSession(),实际上肯定获取不到,会导致操作失败,例如在控制台上修改密码的过程就会涉及到一行代码,
if (Objects.isNull(request.getSession().getAttribute(AuthCons
What version of Go and beego are you using (bee version)?
v1.6.2
What operating system and processor architecture are you using (go env)?
v1.14
What did you do?
If possible, provide a recipe for