MantisBT: master-1.2.x 4f9d3515

Author Committer Branch Timestamp Parent
jreese jreese master-1.2.x 2009-07-13 10:48 master-1.2.x 3593ed97
Affected Issues  0010187: Using dession destroy and unset for logout
 0010714: Got PHP notice due to session already started
Changeset

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.

mod - account_page.php Diff File
mod - verify.php Diff File