Jump to content

Recommended Posts

Posted

In a unigui desktop program we have the ajaxTimeOut set to 60000 and sessionTimeOut set to 1800000. The person doing the demo of our program to a customer said that after doing nothing for 2 minutes when they clicked on a link in the program were redirected to the page indicating a session expired. Logically, this would be the ajaxTimeOut property? Please confirm. And if so, what is the largest time I can set this parameter to?

 

On a related manner, when the session does in fact timeout, rather than display a page that shows the session expired that has the link to restart the program - which in our case goes to a login page, is it possible to redirect the user login page instead  as that would save the user from having to click on the link?

 

If not, can we change the text and background on the page that is displayed when the session expires?

 

thanks in advance,

Tim

  • 2 years later...
Posted

hi,

The same thing is happening to me. I have set ajaxTimeOut = 30000 and sessionTimeOut = 60000.
Sometimes the session closes at 10 min, sometimes it closes in less time.
Why does this happen?

  • Administrators
Posted
48 minutes ago, jahlxx said:

Hi.

Is possible unlimited ajaxTimeOut and sessionTimeOut ?

Thanks.

For session time out You can put a timer and set dummyEvents property to True.

Unlimted AjaxTimeout is not recommended.

  • Like 1
Posted
19 hours ago, Farshad Mohajeri said:

For session time out You can put a timer and set dummyEvents property to True.

Ok. where? mainmodule? servermodule?

And just putting a timer and setting that property to true? With no aditional code?

Please clarify.

Thanks.

 

Posted

 

On 10/22/2019 at 4:03 PM, Sherzod said:

Exactly how much less than ten minutes?

sometimes the session expires before the established time (the time is variable) even if the application is being used.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...