View Issue Details

IDProjectCategoryView StatusLast Update
0002911OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.5.0 revision 34568 
Summary0002911: oxsession no longer extendable trough config->aModules
DescriptionOxSession cant be extended normally. Until now the suggested solution was, to extend it by defining aModules in config.inc and putting oxsession => mysession in it.

This workaround does not work in 4.5 anymore.

Now the only way to modify the oxsession seems to be to modify core/oxsession.php itself, which is an obviouly bad practise.


TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-20 09:36

reporter   ~0004628

@developers: check from source code side if such issue still exist

vilma_liorensaityte

2011-07-01 17:13

reporter   ~0004813

since 4.5 you can extend oxsession class in normally way (Admin->Master Settings->Core Settins->System->Modules). To extend oxsession using aModules option in confing.inc.php was a permanent solution.