Images disappear after a while.

0
0

Hello, how are you?

I’m having a problem with a website made in WiseJ 2. When the website is open, after a few minutes the images disappear, even images from amazon s3 disappear for some reason, the system just can’t reproduce any image, whether it’s embedded in My. Resources be it from amazon s3, only some images appear for no apparent reason either. I’m very confused can anyone help me?

I have here live link of the app: https://scripts.nikyus.com/ or https://scriptlandia.com/

 

When I refresh everything goes back to normal. This happens out of the blue, if you click on an article on the website and wait a while then click on the Go Back> button or the scripts button everything is blank with no image, the picturebox is there, but the image is gone.

 

I don’t have any source example since this is a big project already.

  • You must to post comments
0
0

Cannot reproduce so far. How log is a while?

I also noticed you have sessionTimeout set to 0. That means the session will never be disposed and each new session will use more memory. See https://docs.wisej.com/docs/concepts/session-management.

You also have at least 2 timers firing all the times. Causes a lot of traffic. Look at the network tab in chrome.

  • ruben ribeiro
    Hi, but if i set sessiontimeout it will also show the “boring” popup everytime right?
  • Alaa (ITG)
    Hi Ruben, you can suppress the Session Timeout window by handling the Application.SessionTimeOut Event inside your Program.cs file. private static void Application_SessionTimeout(object sender, System.ComponentModel.HandledEventArgs e) { e.Handled = true; }
  • You must to post comments
0
0

Hi Ruben

we noticied that you are using an old version of wisej, the 2.2.42, that is ended support

Additionaly, in the console of the browser, there are various errors related to winsocket connection.

is it possible that you could update to a latest version and for then check it if your issues persist?

regards

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.