摘要:
首先假设你的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
包子先森
阅读(2479)
评论(3)
推荐(0)
浙公网安备 33010602011771号