Bei einer SEO Überprüfung bekommt ich vom SEO-Crawler die msg “[I]Verwenden Sie unbedingt Cookies für die Speicherung von Nutzer Session IDs anstatt Session IDs als dynamischen Parameter der URL anzufügen.”[/I]
Im Anhang sind dann diverse irre lange Session URL aufgeführt.
Hab ich da etwas falsch eingestellt ?
Danke für Eure Zeit!
Tom
Nachtrag - finde jetzt noch die Warnung “Duplicate Content” AGB, Impressum und Datenschutz Seiten bestehen zusätzlich mit der Session-Url :-((
[QUOTE=m4r73n;177280]Wie sieht denn deine SSL-Konfiguration aus?
Poste doch mal den relevanten Teil deiner [I]config.inc.php[/I].[/QUOTE]
bin mir nicht sicher, ob das der Teil ist den Du meinst:
// Log all modifications performed in Admin
$this->blLogChangesInAdmin = false;
// Force admin email
$this->sAdminEmail = '';
// in case session must be started on first user page visit (not only on
// session required action) set this option value 1
$this->blForceSessionStart = false;
// Use browser cookies to store session id (no sid parameter in URL)
$this->blSessionUseCookies = true;
// The domain that the cookie is available: array( _SHOP_ID_ => _DOMAIN_ );
// check setcookie() documentation for more details @php.net
$this->aCookieDomains = null;
// The path on the server in which the cookie will be available on: array( _SHOP_ID_ => _PATH_ );
// check setcookie() documentation for more details @php.net
$this->aCookiePaths = null;
// uncomment the following line if you want to leave euro sign unchanged in output
// by default is set to convert euro sign symbol to html entity
// $this->blSkipEuroReplace = true;
Oxid verwendet Cookies, Url-SIDs werden nur als Fallback verwendet für den Fall dass Cookies nicht akzeptiert werden. Damit Search-Engines keine Urls mit SIDs erhalten, hat Oxid eine Liste mit SEs in der config.inc.php (// List of all Search-Engine Robots). Wenn du dort den User-Agent deines SEO-Crawlers hinzufügst, erhält dieser auch keine SIDs.