-
### Expected behavior
### Actual behavior
I got some classCastException :
`Exception in thread "redisson-3-38" java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long…
-
It would be awesome if we can have a config driven enable-disable property in the plugin itself.
Following code added SpringSessionGrailsPlugin achieves that.
`
def doWithSpring = {
m…
-
portal服务配置了两台,通过域名进行反代和lb,域名配置好之后,用默认管理员账户无法登入系统
输入用户名密码,提交后仍返回登录页
通过IP:PORT访问单机可以正常登录
profile:github,auth
-
When using SpringSession with _ChangeSessionIdAuthenticationStrategy_ the SessionRepositoryFilter's method, _changeSessionId_, is invoked. In this code the **session** variable and the **original** va…
-
When you use spring-boot-devtools, you create a new object, The class loader is RestartClassLoader.RestartClassLoader extends URLClassLoader。
However, the object that is acquired from session is…
-
1. We use spring-session-jdbc 1.3.1.RELEASE. AppUserDetails is our custom implementation of UserDetails interface
2. Controller method
```
@RequestMapping(value = CHANGE_BIZ, method = …
-
原先RequestContextListener是配在web.xml文件里,让spring获取session、request、response等对象,方便在普通Bean中使用这些对象。
现在用Dubbo做微服务,Consumer如何将session等对象传给Provider使用???
比如:登录时,获取session里存储的User信息,进行验证。
在Provider中如何配置web.xml…
-
我加了DefaultWebSessionManager 这个bean后springsession就工作了。但是如果不加DefaultWebSessionManager ,redis缓存每次都会添加一条记录。相当于缓存没生效。不知道是什么原因
-
Thanks for reporting an issue for Grails framework, please review the task list below before submitting the
issue. Your issue report will be closed if the issue is incomplete and the below tasks not…
-
I've had the following lines in my web.xml for a long time:
```
525600
31536000
```
After taking spring-session into use I get the standard 30 minute sessions and not the lo…