cancel
Showing results for 
Search instead for 
Did you mean: 

Log off does not work (session is not closed)

0 Kudos

Dear experts

We have the shopping cart with the log off link. Click of the log off link does not close the session. It takes us back to the redirect page, but the session is still open. Users when they click on shop again, it does not prompt for the user id/pw. Any one noticed the same problem. How it fix it.

Expected behavior is to log off the session and if the users click on shop or request, it should prompt for user id/pw.

Please let me know. Thanks in advance

Regards

Gabriel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please look at the following notes:

350597 - Logoff button doesn't logout the user

207434 - Logoff button does not end session

Please try this ->

Note 1089129 - Logon Popup Appears After Logging Off

To apply the correction manually via SNOTE for SRM 4.0 it is required that you apply SAP Basis 6.40 SP 13 or higher (SAPKB64013 +). Please apply this SP if needed. After doing this, please publish the Internet Service 'BBPGLOBAL', e.g. via transaction SE80.

Note 999110 Multiple BBPGLOBAL Sessions on Browser Refresh (F5)

See the foll threads for more pointers:

BR,

Disha.

<b>Pls reward points for useful answers.</b>

0 Kudos

Dear Disha, I checked all the setting and they look fine.

This is what I see in BBPGLOBAL3000

function logoffPopup() {

var hiddenrequester=new Image();

requestManager.requestFor("`lastSession`?~okcode=/NEX");

hiddenrequester.src="`wgateURL(~command="logoff")`";

}

This is the javascript function I see which i being called. Can someone validate this code. Thanks

Regards

Gabriel