安怡的相公

前面有光

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年7月21日

摘要: 首先假设你的security能正常的运行了,一般的配置都没问题的情况下,实现一个用户只能登陆一次,大概只需要两步。第一步 在你的web.xml中加入监听器 <listener> <listener-class> org.springframework.security.web.session.HttpSessionEventPublisher </listener-class> </listener>第二步 在security的配置文件中加入以下配置信息 <http auto-config='true' > <i 阅读全文
posted @ 2011-07-21 08:52 包子先森 阅读(2470) 评论(3) 推荐(0) 编辑