Jump to content

what timeout to use?


tcoates

Recommended Posts

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

Link to comment
Share on other sites

  • 2 years later...
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.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...