Disable JSESSIONID cookies

Hi flowable team,
How to disable JSESSIONID cookie in flowable-ui app?


Best regards,

I believe that is set by the Spring Security configuration. You’d need to change the java configuration to disable that (e.g. see https://stackoverflow.com/questions/26387003/how-to-make-spring-boot-never-issue-session-cookie)

Hi @joram,
thanks for your reply,
They suggest to use the stateless mode in spring security (in stackoverflow STATELESS : Spring Security will never create an HttpSession and it will never use it to obtain the SecurityContext .)
but flowable-ui app already works with this mode.