Spring Boot-会话超时在2.2.1版本中不起作用

时间:2019-12-17 18:21:21

标签: angular spring spring-boot session timeout

我正在使用Angular应用程序和Spring Boot Service。观察到一段时间不活动后,我需要强制注销用户。所以我用下面的属性,它不起作用。

server.servlet.session.timeout = 30s

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

我假设您没有设置会话无效后要重定向的网址。

请参见:

SELECT
  table_a.name
  table_a.id
  table_b.reltype
FROM table_a
LEFT JOIN table_b ON table_a.id=table_b.childid

选中此link可以全面了解安全性

根据超时table_A应该这样做。