cancel
Showing results for 
Search instead for 
Did you mean: 

User Authentication True ?

Former Member
0 Kudos

Hi @,

I am using sap.authentication true for User Authentication but it is working only for the first time and later after refresh it directly opens the first page .

How can I ensure that authentication page comes everytime wd dynpro application is started?

Regards,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is bcoz your cookie is still valid as you are not logging out. To test this you can remove all cookies before launching your application or try to open the application in different window.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi ,

How can I get this done ?

Regards,

Amit

Former Member
0 Kudos

Hi Ayyaparaj,

How can I get it done when the window is closed automatically .

Regards,

Amit

Former Member
0 Kudos

Hi,

In wdDoExit() write this:


   WDClientUser.forceLogoffClientUser(null);

Regards,

Satyajit.

Former Member
0 Kudos

HI satyajit,

I tried that and its not working when I run the application again It is not asking user name and password.

Any other settings required for the same.

Regards,

Amit

Answers (0)