View Issue Details

IDProjectCategoryView StatusLast Update
0007082OXID eShop (all versions)6. ------ Setup -------public2020-02-04 12:55
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version6.2.0-rc.1 
Summary0007082: avoid force_sid URL parameter
DescriptionWenn running through setup process, variable $this->sSSLShopURL = null; // eShop SSL url, optional will not be filled although you define a SSL URL as standard. Please also fill $this->sSSLShopURL = null; // eShop SSL url, optional additionally to $this->sShopURL = ''; // eShop base url, required.
Steps To ReproduceSet up an OXID eShop running through the setup process. Only $this->sShopURL = ''; // eShop base url, required will be filled. One has to manually fix $this->sSSLShopURL = null; // eShop SSL url, optional.
Additional InformationBumped up earlier and was firstly documented here:
https://bisweb.me/blog/force-sid-url-parameter-verhindern-durch-https-umstellung.html
TagsSEO, Setup
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2020-02-04 12:55

administrator   ~0013112

More or less a feature request, but because SSL is the norm today it's kind of wrong to only work with the HTTP URL.

-MK