Hi,
I have ADF web application developed using Jdeveloper 12.1.3 version, Glassfish server 3.1.2 version and Apache Shiro for security.
Login action and application security are working fine, but not logout action.
After logged out from application, it should be redirected to login page. But it throws "javax.servlet.ServletException: java.lang.IllegalStateException: org.apache.shiro.session.UnknownSessionException: There is no session with id" error.

Logout action method code is

Shiro configuration file is

Do I miss anything ?