sessionManagement在webflux中去了哪里

时间:2019-04-02 10:47:39

标签: spring-boot spring-security spring-webflux

在spring web中,我可以使用sessionManagement,如下所示。但是,在webflux中,im无法找到有关如何进行此类会话管理的任何信息。

@Override
protected void configure(HttpSecurity http) throws Exception {
    http.sessionManagement()
        .sessionCreationPolicy(SessionCreationPolicy.NEWER)
}

我的问题是如何在webflux中进行以下设置?

0 个答案:

没有答案