ensembler
ensembler copied to clipboard
403 Forbidden error when doing any action, but auth has timed out
- 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
- Click a button that does a POST
- Get a 403 (Forbidden)
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.