D
Doogie
Hello, this is kind of a javascript/.net question so I'm going to
post in both places.
In an app I'm trying to look at, there is a refresh of a page being
done ever 2 minutes. This is being done using the Submit method of
the form.
At a 30 minute interval however, there is a refresh of the page as
well (the only difference I'm being told is that this refresh pops up
a message box). This is being done inside .NET. This is timing out
because of the loss of the session (at 20 minutes).
What I'm curious about is if the submit method in java does a full
refresh of the page and so is the .NET, why does the 2 min interval
work (no matter how many times beyond the 20 minute default session
timeout) but the 30 min one doesn't? Does the submit method in java
behave differently?
post in both places.
In an app I'm trying to look at, there is a refresh of a page being
done ever 2 minutes. This is being done using the Submit method of
the form.
At a 30 minute interval however, there is a refresh of the page as
well (the only difference I'm being told is that this refresh pops up
a message box). This is being done inside .NET. This is timing out
because of the loss of the session (at 20 minutes).
What I'm curious about is if the submit method in java does a full
refresh of the page and so is the .NET, why does the 2 min interval
work (no matter how many times beyond the 20 minute default session
timeout) but the 30 min one doesn't? Does the submit method in java
behave differently?