Opened 18 years ago
Closed 18 years ago
#8133 closed defect (bug) (fixed)
Redirection to options.php after session destroyed
| Reported by: | fitztrev | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Scenario: I had 2 tabs open making changes to the settings. I logged out from one tab. When I clicked "Save Changes" in the other, I was sent to the login page where the redirect_url query value sent me to options.php instead of options-general.php.
It does that because the actions on all the forms are to 'options.php'. When the login check is performed and fails, redirect_url is set with the REQUEST_URI of .../options.php instead of whatever options page the user was on prior to that.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [9775]) Do not redirect to options.php on login if user was POSTing to options.php from another page. props fitztrev. fixes #8133