Hi Rishi,

Can you please take a look at web session clustering feature [1] provided
by Ignite? I'm looking at Spring Session docs and it seems to me it does
exactly the same - replaces HttpSession with custom implementation that has
a backend storage. If it doesn't provide any additional API or
functionality, I'm not sure I understand the benefit of this feature.

Let me know if I'm missing something.

[1] https://apacheignite-mix.readme.io/docs/web-session-clustering

-Val

On Mon, Feb 13, 2017 at 2:41 PM, Rishi Yagnik <rishiyag...@gmail.com> wrote:

> I would like to discuss session replication / fail over design on spring
> boot platform and wanted to find what is the best out to get started here ?
>
> Possible approaches are as follows -
>
>    - Make use of Spring Session for session replication and fail over
>    - Extend the web session filter and make it work on spring boot
>    application
>
>
> I am thinking that best approach would be to get started here with spring
> session design however I am open for feedback here.
>
> --
> Rishi Yagnik
>

Reply via email to