As you mentioned, for same code it works and then after sometime for
same code it doesn't work. It was exactly similar issue in my case. As I
earlier said, I figured out the piece of code which was reading a cookie
and decrypting it on every request. That cookie we were setting when we
navigate through our website. Now when there is an old cookie and code
tries to read that cookie it fails.Clearing that cookie was making it
work, but then after sometime or some other day we were facing this
prob...