Session-timeout works on-premises and gives cloud error

Asked

Viewed 77 times

1

Running the application locally timeout works, but when I put the application in the cloud I get this error message The requested resource is not available after time runs out.

What I am doing wrong to my application gives cloud only error and work on-premises?

In the web.xml file the timeout is defined as follows:

<session-config>
    <session-timeout>2</session-timeout>
</session-config>

In the cloud, after the timeout, this screen is shown: Na nuvem, após o timeout, esta tela é mostrada

But when I run the same application locally this error does not occur, the user is redirected to the login screen as it should be done.

  • Please post the main parts of the code...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.