I won't have any Shiro session info "leaking" if I do this will I?
Regards, Alan On Nov 24, 2010, at 6:39 PM, Les Hazlewood wrote: > Hi Alan, > > You'll need to override the > org.apache.shiro.mgt.DefaultSecurityManager#logout(Subject) > implementation to not execute the last 'finally' block. > > HTH, > > Les > > On Wed, Nov 24, 2010 at 6:19 PM, Alan D. Cabrera <[email protected]> wrote: >> Logging out invalidates my HttpSession. I would prefer that it only removes >> shiro stuff. What do I need to override to get this behavior? >> >> >> Regards, >> Alan
