1
- Fields in the table of configcategory is not removed by uninstalling the module.
- line 193 of include/common.php
[d]
if (function_exists('session_cache_expire')) {
session_cache_expire($xoopsConfig['session_expire']);
}
[/d]
[color=ff0000]
@ini_set('session.gc_maxlifetime', $xoopsConfig['session_expire'] * 60);[/color]
This wrong coding is caused by just a misunderstanding.
2.2 has a better architecture than older 2.0.x but I can't say this is a STABLE release yet
Good Job! and Gambare!