We are using Spring session and we observed that the screen was appearing blank sometimes. We noticed that when the screen worked as expected, there was only one session id created. However, when the screen was blank, we noticed two session id being created because of which the data stored in the session was getting lost.
Please let me know if anyone has encountered such issue before and found a solution to it.
Thank You!