Has anybody faced an issue where cookie JSESSIONID is not present when reaches filters. The cookie is not present and Spring Security considers this request as from anonymous user and sends a redirect to the login page. The request comes from 3rd party integration to an application. This is reproducible not in 100% cases but rather 50/50.
Moreover, if intercept the request via Postman Interceptor then the cookie is present, but when it comes to filters then apparently the cookie is not present anymore. It works fine in Safari and Firefox.
Chrome version: 80.0.3987.149 Tomcat: 8.5.32