Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Intraweb-15, Web App Timing Out Issue
#1
I run my project which starts the server controller that will host my web application. I then try to access my web application in the browser or through my phones browser, and I get the message "Your session has expired due to inactivity.". 

Is there someone that can point me in the right direction trying to debug this?
Reply
#2
You probably have a session cookie in your browser pointing to the old session.

You can clear your cookies and try again and it will fix it once. But this behavior will continue happening if you close the browser and try to use the session again.

Probably you should try the ServerController.SessionOptoins.RestartExpiredSession property. Set it to True and try it again.
Reply
#3
(10-17-2022, 07:54 AM)Alexandre Machado Wrote: You probably have a session cookie  in your browser pointing to the old session.

You can clear your cookies and try again and it will fix it once. But this behavior will continue happening if you close the browser and try to use the session again.

Probably you should try the ServerController.SessionOptoins.RestartExpiredSession property. Set it to True and try it again.

Ok thanks! I will give that a try
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)