Error with cookie-value when adding a new Spring Session

前端 未结 5 1452
刺人心
刺人心 2020-12-14 20:22

In my Spring Boot 1.4 based application I use Spring Session to store session data in the database with JDBC.

This works fine

5条回答
  •  感动是毒
    2020-12-14 21:01

    we can apply cookieValue.trim() or cookieValue.replace(" ", "") to remove whitespaces or "spcbefore

提交回复
热议问题