View Issue Details

IDProjectCategoryView StatusLast Update
0006337OXID eShop (all versions)4.02. Session handlingpublic2024-03-06 13:00
Reporterkeywan.ghadami Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Summary0006337: shop creates session on POST requests
Descriptionif 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 InformationI 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)
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

Sven Brunk

2024-03-06 13:00

administrator   ~0016367

Seems that the fix was never finished and never merged. Closing the ticket