Spring Security session固定策略

13 篇文章 0 订阅
5 篇文章 0 订阅

session固定是指服务器在给客户端创建session后,在该session过期之前,它们都将通过该session进行通信。

我们可以在Security配置文件中,通过session-management的session-fixation-protection属性来改变其策略,有三种策略可供选择:

  • migrateSession:这是默认值。其表示在用户登录后将新建一个session,同时将原session中的attribute都copy到新的session中;

Specifies that a new session should be created and the session attributes from the original HttpSession should be retained.

  •  none:不启用session固定保护策略。如果系统中有另外的session保护机制,这个配置可能有用。

Specifies that no session fixation protection should be enabled. This may beuseful when utilizing other mechanisms for protecting against session fixation.For example, if application container session fixation protection is already inuse. Otherwise, this option is not recommended.

  • newSession:表示重新创建一个新的session,但是不copy原session拥有的attribute。

Specifies that a new session should be created, but the session attributes from the original HttpSession should not be retained.

具体使用那种策略需要根据实际业务需求进行权衡。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

宏奕0920

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值