I’m having application where the user will use for ~15min, during which I made constant use of session state. I found that some time the session state is cleared, leaving the page in an inconsistent state. It appears randomly, I don’t know how to reproduce it. Anybody met anything like this before?
It’s not so easy, like I said, it’s not deterministic. I will try to write a dummy app to see if it can reproduce the behavior.
Meanwhile, is there any document on session state life cycle?