Hard
A bean with a session
scope
Author: W3D TeamStatus: PublishedQuestion passed 2095 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
11
A bean with a `session` scope is injected into a bean with a` singleton` scope. What happens when the application starts?10
Explain the prototype scope in Spring3
How does Spring match beans?3
How is PDO implemented in Spring?3
How to create a test class that calls on JUnit 5 and needs the Spring context