#205 logged out on multiple page admin interface pages when going to page two
Closed: Fixed None Opened 8 years ago by ryanlerch.

This one is kind of weird, so here is a reproducer:

  1. Log in to the admin interface with openid
  2. Go to a page in the admin interface with mutliple pages, for example the users list -- http://fedoramagazine.org/wp-admin/users.php
  3. Try to go to the next page of the paginated list of users by clicking on the next page button link

Result is you are logged out, and presented with the login screen again.

I think this may be because the next page button link for some reason is an ip address, rather than the proper URI (http://209.132.184.123/wp-admin/users.php?paged=2)


The issue here is definitely the url change.
Because of the change in domain name from fedoramagazine.org to the IP address, the browser stops sending the cookies requires to maintain logged in state.

Since I hit this while fixing SSL, I'm picking this up.

This is now fixed by setting $_SERVER['HTTP_HOST'].

Login to comment on this ticket.

Metadata