Skip to content

Commit

Permalink
Valintaperusteet-kutsujen käyttöön oikea session-keksi
Browse files Browse the repository at this point in the history
  • Loading branch information
augustk committed Apr 22, 2024
1 parent 67f19ce commit 4d9ad09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public CasClient getSijoitteluCasClient(
CALLER_ID,
"/j_spring_cas_security_check"
)
.setJsessionName("CasSecurityTicket").build();
.setJsessionName("JSESSIONID").build();
return CasClientBuilder.build(casConfig);
}
}
Expand Down

0 comments on commit 4d9ad09

Please sign in to comment.