开发者

User Session Management with Spring

开发者 https://www.devze.com 2023-02-05 04:30 出处:网络
I am developing a flex java - spring web app and have set up the business logic using hibernate. I want to maintain sessions so that when the user logs in , i can track the logged in user to display

I am developing a flex java - spring web app and have set up the business logic using hibernate.

I want to maintain sessions so that when the user logs in , i can track the logged in user to display information that is related to the username.

I want to do this using spring if possible and wondered if anyone could redirect me to a tutorial or even explain the method to which this is achieved , or if it is hard to achieve. 开发者_Python百科

Thanks Chris


Spring Security is the framework that you need and yes it's very straight forward. A simple search on Google will give you plenty of help but this is a great starting point: http://static.springsource.org/spring-security/site/start-here.html

0

精彩评论

暂无评论...
验证码 换一张
取 消