-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disconf-web在多个实例的情况下,用户session会失效 #17
Comments
所以才要用 redis来做 统一会话 啊。估计你没配好 redis |
貌似是因为我们的redis并没有设置密码 redis.group1.client1.name=BeidouRedis1 这个是直接不设置还是? |
目前应该是直接无密码连接的,奇怪 |
对了,你们是什么公司在用呢? |
九鼎控股下面(九鼎投资是目前国内第一PE 新三板市值最大公司)的人人行科技有限公司 第一个产品:借贷宝 http://www.jiedaibao.com/pcIndex.html 上面的那个代码我昨天追了下,是走到不用密码的分支里面的。对spring不太熟悉,后面我再详细追一下,目前用单个实例也够用。 |
请问您问题怎么解决的,我遇到了一样的问题 |
比如一个 http://127.0.0.1 同时路由到2个tomcat的disconf实例,在disconf-web成功登录后,再刷新 api/account/session 马上就失效了(单实例无影响)
nginx配置类似于
The text was updated successfully, but these errors were encountered: