Hi there,
Background:
We are public facing Weblink 9 for our citizens. That being said, in order to prevent licensing issues, we are aggressively timing out sessions per Laserfiche's advice.
Issue:
Initial search on a Weblink page works great. But if the page is left alone for a while and the user attempts another search, the results are blank. The URL on the blank results also now has a bonus string of &cr=1 appended to it. It is this &cr=1 that appears to be the root cause. This &cr=1 only shows up after the session times out. If I do queries before the timeout, results are great.
The question is why is this happening? Why is &cr=1 causing issues and creating blank results?
We are not running Weblink on any unique ports or anything like that, so the port redirect issue in a recent KB does not apply.
I suspect the cookie checking engine is having issues?