You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Valentin Kulichenko <va...@gmail.com> on 2017/04/11 20:57:05 UTC

Changes in web session clustering

Hi Saikat,

I recall you made a lot of changes in web session clustering component.

I was working on [1] and found piece of code in WebSessionFilter#doFilterV2
that was supposed to handle the case of changed session ID. It was actually
never called because of the issue. I removed it and replaced with (I think)
more correct code. Can you please take a look at the latest changes and
check if I missed anything there?

[1] https://issues.apache.org/jira/browse/IGNITE-4948

-Val