两者的优先级相同,但在同一 应用 程序中只能使用一个。如果两个都设置,则将优先选择jdbcSessionRepository.setDefaultMaxInactiveInterval。下面是使用jdbcSessionRepository.setDefaultMaxInactiveInterval的示例:
在 application .properties中添加以下行以设置最大非 活动 时间间隔:
spring.session.jdbc.max-inactive-interval-seconds=1800
此代码将在30分钟(1800秒)的非 活动 时间后使 服务器 上的会话无效。