#205: logged out on multiple page admin interface pages when going to page two -----------------------+------------------------------ Reporter: ryanlerch | Owner: Type: task | Status: new Priority: minor | Milestone: Future releases Component: other | Severity: not-urgent Keywords: | Blocked By: Blocking: | -----------------------+------------------------------ This one is kind of weird, so here is a reproducer:
0. Log in to the admin interface with openid 1. Go to a page in the admin interface with mutliple pages, for example the users list -- http://fedoramagazine.org/wp-admin/users.php 2. 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)
#205: logged out on multiple page admin interface pages when going to page two ------------------------------+----------------------------- Reporter: ryanlerch | Owner: chrisroberts Type: task | Status: new Priority: minor | Milestone: Future releases Component: Fedora Magazine | Severity: not-urgent Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+----------------------------- Changes (by ryanlerch):
* component: other => Fedora Magazine * owner: => chrisroberts
#205: logged out on multiple page admin interface pages when going to page two ------------------------------+----------------------------- Reporter: ryanlerch | Owner: chrisroberts Type: task | Status: new Priority: minor | Milestone: Future releases Component: Fedora Magazine | Severity: not-urgent Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+-----------------------------
Comment (by puiterwijk):
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.
#205: logged out on multiple page admin interface pages when going to page two ------------------------------+----------------------------- Reporter: ryanlerch | Owner: puiterwijk Type: task | Status: assigned Priority: minor | Milestone: Future releases Component: Fedora Magazine | Severity: not-urgent Resolution: | Keywords: Blocked By: | Blocking: ------------------------------+----------------------------- Changes (by puiterwijk):
* status: new => assigned * owner: chrisroberts => puiterwijk
Comment:
Since I hit this while fixing SSL, I'm picking this up.
#205: logged out on multiple page admin interface pages when going to page two ------------------------------+----------------------------- Reporter: ryanlerch | Owner: puiterwijk Type: task | Status: closed Priority: minor | Milestone: Future releases Component: Fedora Magazine | Severity: not-urgent Resolution: fixed | Keywords: Blocked By: | Blocking: ------------------------------+----------------------------- Changes (by puiterwijk):
* status: assigned => closed * resolution: => fixed
Comment:
This is now fixed by setting $_SERVER['HTTP_HOST'].
marketing@lists.fedoraproject.org