Is it possible to implement public API in plugin, which will not require JSESSIONID cookie?
<span>protected</span> <span>void</span> <span>configure</span><span>(final HttpSecurity http)</span> <span>throws</span> Exception { http .sessionManagement() .sessionCreationPolicy(SessionCreationPolicy.STATELESS);
It looks like you're new here. Sign in or register to get started.