Details
Description
Andi addressed this in M5, but it isn't documented yet.
At any rate, we now have an actual action that will logout the session; this is our formal API.
~~~~~~~~
Currently the wicket viewer's logout button merely invalidates the wicket session, but does not invalidate the shiro session because there is no API to do so.
This ticket is to provide API for this, and implement in both shiro and wicket.
Should explore the 55minutes' ShiroWicketPlugin to see how it works...