Hi;
I have been battling with this for a while now. My scenario is as follows:
In my customer authentication scheme, I have define the post logout url of f?p=&APP_ID.:101
I have an entirely custom navigation menu created using html and css. There is a customer "Logout" button at the top thiat is intended to be clicked by the user when they wish to logout from the application.
I have define the button with the follow:
<div class="btn-logout visible-xs">
<a href="f?p=&APP_ID.:101" class="icon fa fa-sign-out"
aria-hidden="true">
Logout
</a>
</div>
While the button appears properly and the pointer changes so as to indication a link, clicking the button does not redirect as all.
For the href I have also tried using &LOGOUT_URL. but that does not seem to work either.
Sorry that this may seem trivial, but I need help to resolve it please.
Thanks
Bruce Clark