Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010714 | mantisbt | bugtracker | public | 2009-07-12 16:47 | 2010-04-23 23:22 |
Reporter | vboctor | Assigned To | jreese | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.1.9 | ||||
Summary | 0010714: Got PHP notice due to session already started | ||||
Description | PHP Notice: A session had already been started - ignoring session_start(). See steps to repro | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
MantisBT: master-1.1.x ea368049 2009-07-13 10:48 Details Diff |
Fix 0010714: Fix session notice with verify.php This problem is a result of changes for issue 0010187, where the session is no longer destroyed in order to play nice with other PHP applications. However, the problem itself only manifests itself when a user that is already logged into mantis follows the verification link. Rather than forcefully restarting the session, the verification page now logs out the existing user and then does a header redirect to itself to allow the normal session init behavior to kick in. |
Affected Issues 0010187, 0010714 |
|
mod - account_page.php | Diff File | ||
mod - verify.php | Diff File | ||
MantisBT: master-1.2.x 4f9d3515 2009-07-13 10:48 Details Diff |
Fix 0010714: Fix session notice with verify.php This problem is a result of changes for issue 0010187, where the session is no longer destroyed in order to play nice with other PHP applications. However, the problem itself only manifests itself when a user that is already logged into mantis follows the verification link. Rather than forcefully restarting the session, the verification page now logs out the existing user and then does a header redirect to itself to allow the normal session init behavior to kick in. |
Affected Issues 0010187, 0010714 |
|
mod - account_page.php | Diff File | ||
mod - verify.php | Diff File | ||
MantisBT: master c3a3ffe8 2009-07-13 10:48 Details Diff |
Fix 0010714: Fix session notice with verify.php This problem is a result of changes for issue 0010187, where the session is no longer destroyed in order to play nice with other PHP applications. However, the problem itself only manifests itself when a user that is already logged into mantis follows the verification link. Rather than forcefully restarting the session, the verification page now logs out the existing user and then does a header redirect to itself to allow the normal session init behavior to kick in. |
Affected Issues 0010187, 0010714 |
|
mod - account_page.php | Diff File | ||
mod - verify.php | Diff File |