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
