Previously i had an application where i worked with single session object as i was having single context. Now i want to split my application into multiple web applications where i am going to have multiple contexts. In this situation how can i centralize the shiro session across those multiple web applications. The final goal of mine is i want to use same session across multiple wars.
Is it possible? Please share any idea if you have, Thanks in advance.
