Regular calls to Gateway.aspx

There is a call at repeated intervals to Gateway.aspx.

What does it do ?
Is it an authenticated resource ?
Does it redirect to login.aspx ?

The regular request’s source to Gateway is the work queue list. It gets refreshed every n seconds where n is defined in WorkQueueListRefreshPeriod in AsapSettings.config. As every request to Gateway (any request from the Flash client) it requires the user to be authenticated.

Going through the web browser you will be be redirected to the login page. Although when Flash requests the page it will not get a redirection but the request will be refused and an error returned. Flash client will subsequently display a message that the user’s session has expired.