View Issue Details

IDProjectCategoryView StatusLast Update
0003845mantisbtfilterspublic2004-07-08 07:39
Reporterndeboer Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.18.3 
Summary0003845: User not redirected to default project [with solution]
Description

This is due to the fact that the cookies are not cleared correctly in core/helper_api.php. Names like 'project_cookie' are used in the function 'gpc_clear_cookie', but config_get( 'project_cookie' ) should be used to get the name of the cookies.

Additional Information

Reported in January as bug 0003504 and simple to correct. Please add to CVS.

TagsNo tags attached.

Relationships

duplicate of 0003504 closedvboctor project cookie not cleared at logout 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 58b63542

2004-05-17 11:04

vboctor


Details Diff
Fix 0003845: User not redirected to default project

M core/helper_api.php
- (helper_clear_pref_cookies): Function was clearing cookies using the wrong cookie names.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2543 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003845
mod - core/helper_api.php Diff File