How can I keep alive a GAM session?

306 views Asked by At

I have a webpage that must stay alive for a long time and respond immediately when the user interacts with it. The problem is that after about half an hour the GAM session (I think) expires and when the user interacts he is shown the Login screen. I have tried to change some settings in the IIS and web config, as well as to insert a refresh timeout in the panel, but it is not working. Is it possible to somehow increase the duration of the gam session? Or solve whatever the problem may be?

2

There are 2 answers

1
Nicolás Cirio On

The Web Session Timeout configured in the Security Policy (GAM Backend) has to be less than or equal to the Session Timeout configured in the Web Server.

More information

0
Falchini Cesar Adolfo On

We had a similar problem and the way for the web.config configuration parameters to respond was to disable the log within the genexus application. Since when recording the client.log file inside the application directory, it caused the session variables to be reset earlier than expected. enter image description here