That is strange. It may be related to the ChildrenOnly show type. Are you using that show type to keep it from showing the parent items? If so, it may work better to use ShowType="Always" and then change the Level="0-2" to Level="1-2".
From the IncludeTabs="TopMenu" it looks like you are trying to ony include the children from on root parent item, is that correct?
Having it only occur when logged in confuses me though. You might want to leave caching off until you resolve the problems (CacheTabs="False").
|