If I login to my DNN portal and use another computer to browse to the same URL, the page output on the second computer looks like i'm logged in.
I then use an anonymizer tool to browse to the same URL and the page output is normal (ie. doesn't look like i'm logged in)
That means that DNN is producing the correct page output, but somewhere along the way something is caching the output based on URL, resulting in 2 users (1 who is logged in and 1 who is not) browsing to the same URL and getting the same output.
Has anyone else had this problem, or know if there is a setting somewhere in DNN for caching?
The host settings -> caching is set to Moderate Caching, and all the modules have a cache time of 0 seconds.