Skip to Content
0
Former Member
Nov 30, 2009 at 12:54 PM

ABAP WebDynPro Refresh (F5) issue

524 Views

Hello Gurus,

I have an ABAP WD application. User has to provide his credentials each time application starts. I'm storing the provided parameters at ComponentController's Context.

The problem is: if user presses F5 or Refresh the page, all my saved data become empty and logon window is shown again.

Question: is it possible and (if yes) how to implement the following: once user logged in (i.e.provided his credentials) i have to store them in such a way that F5/Refresh will not affect them and logon window will not be shown again?

Thank you