Session state gets removed

Summary

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?

Thank you for posting. Can you share the repo or your code so we can troubleshoot it for you?

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?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.