View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006002 | OXID eShop (all versions) | 4.02. Session handling | public | 2014-12-17 13:34 | 2014-12-18 14:23 |
Reporter | dleicht | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.9.2 / 5.2.2 | ||||
Summary | 0006002: [CE 4.9.2] Errors are kept in Session | ||||
Description | In oxShopControl::_getErrors() Line 538 f. The errors loaded from Session will be saved right back into it and won't disappear in frontend.. I fixed this issue replacing the lines oxRegistry::getSession()->setVariable('ErrorController', $this->_aControllerErrors); oxRegistry::getSession()->setVariable('Errors', $this->_aAllErrors); with this ones: oxRegistry::getSession()->setVariable('ErrorController', array()); oxRegistry::getSession()->setVariable('Errors', array()); | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||