View Issue Details

IDProjectCategoryView StatusLast Update
0023966mantisbtcode cleanuppublic2023-05-18 06:03
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Target Version2.12.0Fixed in Version2.12.0 
Summary0023966: Option session_handler not implemented
Description

$g_session_handler is available since many years, but was not implemented.

It seems there is no real need for it, so obsolete it.

Additional Information

To avoid merge conflicts, don't start implementing before merge of PR https://github.com/mantisbt/mantisbt/pull/1283

TagsNo tags attached.

Relationships

has duplicate 0011564 closeddregad adodb for session management not working 

Activities

Related Changesets

MantisBT: master 1ed490a1

2018-02-13 23:38

atrol


Details Diff
Remove unusable option session_handler

$g_session_handler has been available for many years, but was never implemented.

Fixes 0023966
Affected Issues
0023966
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/obsolete.php Diff File
mod - core/session_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/webserver.xml Diff File
mod - lang/strings_english.txt Diff File

MantisBT: master 5806b1b2

2022-05-22 10:08

dregad


Details Diff
Remove obsolete error constants

- ERROR_RELATIONSHIP_ALREADY_EXISTS
see issue 0022363 commit 1516e6e9be0a04bd39523ebf15574ca361d1c70e
- ERROR_SESSION_HANDLER_INVALID
see issue 0023966 commit 1ed490a1dd0b3c897938a4a0eee68b28eb35bd2e

These have effectively not been used in the code for years, but had
to be kept until they were no longer referenced in language files.
Affected Issues
0022363, 0023966
mod - api/soap/mc_api.php Diff File
mod - core/constant_inc.php Diff File