We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb35a1 commit 49f447fCopy full SHA for 49f447f
docs/modules/ROOT/pages/servlet/authentication/session-management.adoc
@@ -788,7 +788,7 @@ Java::
788
@Bean
789
public SecurityFilterChain filterChain(HttpSecurity http) {
790
http
791
- .sessionManagement((session) - session
+ .sessionManagement((session) -> session
792
.sessionFixation((sessionFixation) -> sessionFixation
793
.newSession()
794
)
0 commit comments