Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0009559mantisbtauthenticationpublic2009-01-15 11:25
ReporterCyrille2 Assigned Tojreese  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a2 
Target Version1.2.0a3Fixed in Version1.2.0a3 
Summary0009559: 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]
$t_session_save_path = config_get_global( 'session_save_path' );
if ( $t_session_save_path ) {
session_save_path( $t_session_save_path );
}
[/CODE]

The error was in the condition, a "!" making it all incoherent

TagsNo tags attached.

Relationships

related to 0009560 closedjreese Wrong behaviour in Session API (session_save_path error message) 

Activities

jreese

jreese

2008-08-21 07:21

reporter   ~0019192

Fixed in SVN trunk, r5517.

Related Changesets

MantisBT: master-1.1.x cb86be88

2008-08-21 07:18

jreese


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

jreese


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