OK....I am learning Spring MVC as I do this so I just want to make sure I am going down the right path. I have a set of Java libraries which is the meat of our software. It handles all the necessary pieces of business logic and calling stored procedures in the DB. I want to put a Web interface on top of that. Question is..what should I use for an HTTP Session...where I could store objects for use during the session? For example, I need to create a DB instance based on the login of the user and I would like to create this instance and have the rest of the user's session.

Would Acegi also be my session handler?

Thanks,
Michael