ensembler icon indicating copy to clipboard operation
ensembler copied to clipboard

403 Forbidden error when doing any action, but auth has timed out

Open tedyoung opened this issue 1 year ago • 1 comments

  1. Sit on a page that has a POST (e.g., the member/register or the admin/dashboard).
    • Looks like a 15 or 30 minutes to timeout? Check https://docs.spring.io/spring-security/reference/5.8/servlet/authentication/session-management.html#_detecting_timeouts
  2. Click a button that does a POST
  3. Get a 403 (Forbidden)

tedyoung avatar May 09 '23 23:05 tedyoung

If I upgrade to Spring Boot 2.7.11, then that's Security 5.7.8. Probably need to test out Security 6.x when Boot 3.1.0 is released.

tedyoung avatar May 09 '23 23:05 tedyoung