View Issue Details

IDProjectCategoryView StatusLast Update
0024065mantisbtpreferencespublic2018-03-03 11:47
Reporterimmae Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0024065: project cache doesn’t work well when browser is in private mode
Description

In function config_get of core/config_api.php, the $g_cache_config_project contains only "ALL_PROJECTS" variable when you are using the website as anonymous in private mode of your browser

Steps To Reproduce

Use some plug-in (happened to me with the Slack plugin), define a variable specific to a project and available to all users, and try to access it as anonymous user in browser’s private mode: it’s not taken (confirmed by a dump of "$t_projects" variable).

Additional Information

If you put $g_cache_config_project = null at the start of the function, it starts working correctly again (but then the cache is useless)

TagsNo tags attached.

Activities

There are no notes attached to this issue.