B4J Question ABMaterial change page reload interval

JackKirk

Well-Known Member
Licensed User
Longtime User
My ABMaterial web app runs fine - with one little niggle.

If a page is left with no activity for 60 secs it reloads - removing any partially completed user input.

Is there a way to extend this reload interval?
 

JackKirk

Well-Known Member
Licensed User
Longtime User
Alain, thanks for responding.

Your response set me to thinking what the hell else could be causing this.

Then the penny dropped - I have 2 identical webservers with different names running in the same AWS EC2 (Windows 10) instance - managed by an external AWS load balancer.

Looking at the load balancer there is an attribute "Connection idle timeout" set to 60 seconds - if I change that to 120 seconds the reload interval adjusts accordingly.

All is good...
 
Upvote 0
Top