| Package | Description | 
|---|---|
| org.springframework.boot.autoconfigure.web | 
 Auto-configuration for common web concerns. 
 | 
| org.springframework.boot.web.servlet.server | 
 Servlet web server abstractions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
ServerProperties.Servlet.getSession()  | 
| Modifier and Type | Method and Description | 
|---|---|
Session | 
AbstractServletWebServerFactory.getSession()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractServletWebServerFactory.setSession(Session session)  | 
void | 
ConfigurableServletWebServerFactory.setSession(Session session)
Sets the configuration that will be applied to the container's HTTP session
 support. 
 |