Application’s behavior

To describe the application’s behavior toward keeping user’s session in memory, there are different scenarios:

 

-If an authenticated User closes the application tab in the Browser and re-open a new tab with the application link, the application opens as the user is still authenticated.

 

-If an authenticated user closes the browser and re-open the application by link, it redirects to the login interface, since the user ‘s session is destroyed when the browser is closed.

 

-If an authenticated user is inactive for 30 minutes or more, the application redirects to its login interface.