I have custom logout page created.
I have used an application page for logout. In the application page, I use a javascript and say document.execCommand(ClearAuthenticationCache).
This works fine in IE to logout, but when I try to logout in Mozilla or Chrome, I am unable to logout. Please provide me details on how to succesfully logout in a custom application page in Mozilla and Chrome. I am using ADFS authentication.