View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001291 | OXID eShop (all versions) | 4.06. Language and translations | public | 2009-09-04 13:40 | 2009-09-28 14:38 |
Reporter | sascha | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.3 revision 19918 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0001291: empty basket after language was changed under SSL | ||||
Description | reproduceable at http://www.presentationload.de/ This shop is available in three languages with own SSL-Domains. If i change the language during the order process(reproduced in step2), the basket will be emptied. | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
I think you get for each domain a new cookie and therefore a new session id. This results in an empty basket, because you have at each domain an other session id. Perhaps you can solve this problem by usind the old session id url parameter. |
|
fixed Notice for customers using custom setup for each virtual host - please make sure that php shares session info and session is not differentially stored on/by each host. |