I have both anonymous and authenticated users redirected, each to their own page. Anonymous to 'front_public' and authenticated to 'front_users' and actually a couple of other roles also go to the 'front_users' page.

An Anonymous user sees the front_users page which is specified for authenticated users.

Comments

Phillip Mc’s picture

try removing the redirect for anon users and copy the content of front_public into the textarea for anon users in the front_page module settings page.

Capnj’s picture

I wound up flushing the cache table (cache_page) using phpMyAdmin and that took care of it. I had flushed the browser cache and that did not do it.

gil

Phillip Mc’s picture

Assigned: Unassigned » Phillip Mc
Status: Active » Closed (fixed)

isn't it very frustrating when cache throws up stuff like that?

I notice there is a new module called something like "cache exclude". though it worth mentioning in case it's a more ongoing issueor if other pages are being affected as well.