Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0009560mantisbtotherpublic2008-10-18 18:32
Reporterjreese Assigned Tojreese  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.2 
Target Version1.1.3Fixed in Version1.1.3 
Summary0009560: 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 0009559 closedjreese Wrong behaviour in Session API (session_save_path error message) 

Activities

jreese

jreese

2008-08-21 07:22

reporter   ~0019193

Fixed in SVN branch, r5515.