Medium
A bean with a session
scope
Author: W3D TeamStatus: PublishedQuestion passed 2229 times
Edit
5
Community Evaluations
Mohamed
15/06/2024
un bean avec un scope session a une durée de vie qui correspond à celle d'une session HTTP, ce qui signifie qu'il est créé lorsque la session démarre et détruit lorsque la session expire ou est invalidée. Cela nécessite l'utilisation d'un conteneur d'application web-aware pour gérer correctement les sessions et les beans associés dans un environnement web.
Similar QuestionsMore questions about Spring
15
Explain the prototype scope in Spring12
A bean with a `session` scope is injected into a bean with a` singleton` scope. What happens when the application starts?4
How does Spring match beans?4
The `@Autowired` annotation is a Spring annotation, accepts a parameter allowing to specify if a dependency is optional4
How is PDO implemented in Spring?