Hi guys,
I'm trying to implement logout functionality in my BSP (MVC, HTML5) but it doesn't work in some browsers such as Firefox and Chrome.
I found a lot of posts in SCN, and the first one I tried was this JavaScript function that doesn't work:
document.execCommand("ClearAuthenticationCache", "false");
http://scn.sap.com/thread/1477391
I tried this other solution CL_HTTP_SERVER=>RESPONSE->LOGOFF( ), but the interface IF_HTTP_RESPONSE doesn't have LOGOFF method and I found any SAP note to include this method...
http://scn.sap.com/thread/1684369
There is a interesting link from SAP about standard BSP "SYSTEM". In this BSP it just work in Internet Explorer:
http://help.sap.com/saphelp_470/helpdata/en/6b/9d91d062cc52419f23926ff1bf2ad3/content.htm
Does anyone have any suggestion?