如何在Spring Boot Undertow容器中禁用会话?

时间:2019-06-28 08:27:40

标签: spring-boot

我发现undertow容器会自动创建一个会话并将其返回给客户端。我想禁用会话。如何设置?我使用的是Spring Boot 2.0.7。

因为我在使用Spring Security时使用了sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS)。 但是,如果它不起作用,仍然会生成sessionId

0 个答案:

没有答案