View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006337 | OXID eShop (all versions) | 4.02. Session handling | public | 2016-02-24 17:30 | 2024-03-06 13:00 |
Reporter | keywan.ghadami | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Summary | 0006337: shop creates session on POST requests | ||||
Description | if an module uses HTTP-POST Requests the shop creates an session. This is bad for performance and happen often in modules if the module writer is not aware of that shop behavior. | ||||
Additional Information | I tried to workaround by setting skipSession request parameter but this seams to make other problems because then core\cache\oxreverseproxybackend.php and fail to load basket from session and so deleted the oxenvkey within that request) i to work on a fix at: https://github.com/OXID-eSales/oxideshop_ce/pull/328 The only workaround i know is to NOT use POST requests, even if they have some benefits(no caching, clear semantic) | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||