使用 Spring 进行用户会话管理

发布于 2024-10-12 11:06:25 字数 203 浏览 4 评论 0原文

我正在开发一个 Flex java-spring Web 应用程序,并使用 hibernate 设置了业务逻辑。

我想维护会话,以便当用户登录时,我可以跟踪登录的用户以显示与用户名相关的信息。

如果可能的话,我想使用 spring 来做到这一点,并想知道是否有人可以将我重定向到教程,甚至解释实现此目的的方法,或者是否很难实现。

谢谢 克里斯

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.

Thanks
Chris

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她比我温柔 2024-10-19 11:06:25

Spring Security 是您需要的框架,是的,它非常简单。在 Google 上进行简单的搜索将为您提供大量帮助,但这是一个很好的起点: http://static.springsource.org/spring-security/site/start-here.html

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文