SpringCloudGateway导致Session失效
0
使用Gateway集成spring-boot-starter-oauth2-resource-server
会导致Session的Cookie被删除。
解决办法
添加配置:
.requestCache().requestCache(NoOpServerRequestCache.getInstance())
0
使用Gateway集成spring-boot-starter-oauth2-resource-server
会导致Session的Cookie被删除。
添加配置:
.requestCache().requestCache(NoOpServerRequestCache.getInstance())