cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 : Auto Logout on Inactivity

Former Member
0 Kudos

Dear Experts,

Is there a feature in SAPUI5 which auto logs out the applications either completely or to Launchpad after an inactivity of certain time.

Thanks and Regards

Jegadeesan U

Accepted Solutions (0)

Answers (1)

Answers (1)

abdulbasha_shaik
Active Participant
0 Kudos

Hi Jegadeesan,

You can do it by setting auto session logout parameter on Gateway server. From app side you need to refresh the app after the same duration that has set in GW by usingn following code.

window.location.reload(); in JavaScript and

<meta http-equiv="refresh" content="60"> in HTML (where 60 = 60 second).



Try this.

--


Abdul

Former Member
0 Kudos

Hi,

Thanks for the response.

In which event should I place the reload method.

Thanks and Regards

Jegadeesan U

Former Member
0 Kudos

Hi Jegadeesan,

I am also looking for a similar functionality. Were you able to fix this ?

Regards,

Shruti