When you access a page that performs a drupal_goto() redirect, the title displayed on the subsequent page is incorrect.

For instance, if you visit /user as a non-logged in user, the page title displayed is "My account" even though the page displayed is the login page. But if you visit /user/login the title is "Login."

Comments

cossovich’s picture

I'm experiencing something similar on a project where it seems like the page title for a user page is displaying a cached version.

daggar’s picture

I had the same problem with the 6.x-1.0 version. I fixed it by disabling the block-level caching (/admin/settings/performance -> block cache).

jpoesen’s picture

Issue summary: View changes

Unable to reproduce on Drupal 7.
Can you provide exact steps to reproduce?
Thanks.

vuil’s picture

Status: Active » Closed (outdated)