Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chrome confused with session timeout/restart
#4
here are the things i would check :
* does it happen in every chrome or only on some machines? - version differences?
* write something to a log file just before every step before and after session closes
* if it happens only in SOME of your customers machines, then maybe they have some plugin that is driving your app crazy.
* if blaming everything else doesn't work - check your code for a bug... Smile

if it happens also in your dev machine :
* assume it's a bug in your code...
* in the browser - press F12 to look at the page's info.
you can look in the "Console", "Network" and "Performance" to see if there are errors and things that takes too much time to happen.
you can refresh the page to see the information changes and updated.

- to make it easier, you can set the SessionTimeout to only 1 minute, and then see the information changes in the browser when the F12 "panel" is already opned
Reply


Messages In This Thread
RE: Chrome confused with session timeout/restart - by EitanArbel - 03-10-2020, 09:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)