cancel
Showing results for 
Search instead for 
Did you mean: 

Forcing Log Off..

Former Member
0 Kudos

Hi

I am using SP10 and using the api WDClientUser.forceLogoffClientUser(url) to force a log off. However it does not seem to take me to the URL specified. Is this a bug in SP10 and is it fixed in higher versions or do I have to do something specific?

Regards

Pran

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pran,

just tested the things in SneakPreview SP9 version. Let me tell you the scenario.

In the action hander method of the log off button I have written

WDClientUser.forceLogoffClientUser("http://www.yahoo.com");

In the application property I havent added anything for first time. But the button was taking me to a default page http://host:port/webdynpro/resources/sap.com/tcwddispwda/global/logoff.htm . So I changed this property of default log off page from Visual Admin. After that also it was taking me to the same page. So I restarted the engine, and then it showed me the desired result. After that I added one app property with a different url for log off page. So now this application is getting precedence over the coded url.

Dont know whether it will help or not

Shubhadip