Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009559 | mantisbt | authentication | public | 2008-08-21 05:24 | 2009-01-15 11:25 |
| Reporter | Cyrille2 | Assigned To | jreese | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0a2 | ||||
| Target Version | 1.2.0a3 | Fixed in Version | 1.2.0a3 | ||
| Summary | 0009559: Wrong behaviour in Session API (session_save_path error message) | ||||
| Description | While using the session (authenth or more), a session_save_path error is displayed. If the path is correctly set, session_save_path is never triggered. Otherwise you have the error message. | ||||
| Steps To Reproduce | Just configure $g_session_save_path to false | ||||
| Additional Information | Patch line 54 (53-56) in session_api.php [CODE] The error was in the condition, a "!" making it all incoherent | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.1.x cb86be88 2008-08-21 07:18 Details Diff |
Fix 0009559: Wrong conditional check in session_save_path git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5516 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0009559 |
|
| mod - core/session_api.php | Diff File | ||
|
MantisBT: master 2f749e41 2008-08-21 07:19 Details Diff |
Fix 0009559: Wrong conditional check in session_save_path git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5517 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0009559 |
|
| mod - core/session_api.php | Diff File | ||
related to
child of
duplicate of