View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006476 | OXID eShop (all versions) | 4.02. Session handling | public | 2016-08-12 14:37 | 2016-10-04 10:16 |
Reporter | keywan.ghadami | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.10.1 / 5.3.1 | ||||
Fixed in Version | 4.10.2 / 5.3.2 | ||||
Summary | 0006476: Session loss on subshops | ||||
Description | User loose session sometimes in subshops, e.g. after he adds something to basket. often in combination with captures | ||||
Steps To Reproduce | visit detail page of an article clear all cookies refresh the page -> you should see the capture from the price alarm feature -> you should have no sid cookie add somethings to the basket -> article should be in the minibasket -> in network tab you should see an request for verificationimage --> you should see with that image came a new sid cookie click on basket -> the basket is empty | ||||
Additional Information | reason for that is isCurrentUrl function in oxutilsserver a fix / pull request is available https://github.com/OXID-eSales/oxideshop_ce/pull/454/ the method can be copied into old shop versions. There is a very similar issue in combination with modules that i will link. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
This behaviour cannot be reproduced in v6.0 as there is no captcha any more. |
|
The pull request was backported to v5.3.2. See https://github.com/OXID-eSales/oxideshop/commit/d995177027e38373bcafab193f86fd4c13fbbb92 |