sounds like you need single sign on....and yes, shiro can handle this. depending on your stack and architecture you have several choices to achieve this. read up on http://shiro.apache.org/session-management.html
On 3 September 2014 07:26, Nagaraju Kurma <[email protected]> wrote: > 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. >
