What is the default session timeout and how to configure it when using the Spring Session with Redis as the backend

前端 未结 2 399
感动是毒
感动是毒 2020-12-23 19:18

My application currently use Spring Session together with Redis as the backend.

I searched into the official documentation for Spring Session but was not able to fin

2条回答
  •  有刺的猬
    2020-12-23 19:40

    server.session.timeout is deprecated and was replaced with server.servlet.session.timeout in Spring Boot 2.0.

提交回复
热议问题