Actualy I want after clicking logout session get invalidate. But it is going firstly on getter setter and there I created a session. After that is goes to session invalidate method. And it will throw exception.
How would I skip getter setter on click of button and directly call the action method?