cancel
Showing results for 
Search instead for 
Did you mean: 

Commom Time out in all Fiori Pages

apu_das2
Active Contributor
0 Kudos

Hi,

We have a internal website developed on Fiori/UI5.

First page is a search page, based on criteria it fetched some data from backend SAP R/3 system and show in the UI.

Clicking on any search result, it opens a new tab and show more details.

Requirement is below -

1. On inactivity, after 25 minutes the page will timedout.

2. Timeout should be common in all open pages means suppose page one and page 2 is open. On inactivity of 25 mins on any page both pages will be timed out. On activity of any page, both page will be on.

Is it possible to implement?

If possible, Please help with some documents.

Accepted Solutions (0)

Answers (1)

Answers (1)

juancarlosorta
Participant
0 Kudos

Hello Apu,

you could try to use the event listener (this.addEventListener ("mousemove", resetTimer, false) and the timer (window.setTimeout and window.clearTimeout).

In this post you can find a very clear example:

https://www.kirupa.com/html5/detecting_if_the_user_is_idle_or_inactive.htm

Best Regards