File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/servlet/server Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2424import org .springframework .boot .context .properties .ConfigurationPropertiesSource ;
2525import org .springframework .boot .context .properties .NestedConfigurationProperty ;
2626import org .springframework .boot .convert .DurationUnit ;
27+ import org .springframework .boot .web .server .Cookie ;
2728
2829/**
2930 * Session properties.
@@ -113,15 +114,6 @@ SessionStoreDirectory getSessionStoreDirectory() {
113114 return this .sessionStoreDirectory ;
114115 }
115116
116- /**
117- * Session cookie properties. This class is provided only for back-compatibility
118- * reasons, consider using {@link org.springframework.boot.web.server.Cookie} whenever
119- * possible.
120- */
121- public static class Cookie extends org .springframework .boot .web .server .Cookie {
122-
123- }
124-
125117 /**
126118 * Available session tracking modes (mirrors
127119 * {@link jakarta.servlet.SessionTrackingMode}).
You can’t perform that action at this time.
0 commit comments