Package main.infra

Class Session

java.lang.Object
main.infra.Session

public class Session extends Object
Manages the session state for a logged-in user. This class is placed in the infra folder because it handles session management and in-memory persistence, which are concerns related to the application's infrastructure.