#SOLVED I have a page include that has a complex filter set ((1 OR 2) AND 3 AND 4 AND 5 AND 6 AND 7 AND 8 AND 9). When users hit the page they receive a message " You need to log in again, session has expired…" They are logged in on other tabs. It is unique to this page include.
If they log off, clear cash and come back in, the page include works correctly once. Then the same error repeats. I verified that all the checkboxes are off regarding “Remember last-selected filter value.” I’m not sure why clearing the cache clears the issue (once).
I would like this to work as my next option is to break it onto two result sets and get rid of the OR language. Not a great UI experience to have two results sets, but what I have isn’t working. Any thoughts?