﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2521	$_SESSION['country'] Auswirkungen auf das Backend	noRiddle	somebody	"Die im Frontend eingestellte ''$_SESSION!['country']''  hat unerwartete Auswirkungen auf Anwendungen im Backend.
Ich habe versucht das hier im Forum darzulegen:
[https://www.modified-shop.org/forum/index.php?topic=41913.msg398928#msg398928 MODUL: One Stop Shop (OSS) EU-Regelung 2021 | Antwort #242]

Sollte man im Backend nicht generell folgendes setzen (z.B. in der ''application_top.php'') ?
{{{
if(isset($_SESSION['country']) && $_SESSION['country'] != (int)STORE_COUNTRY) {
  $_SESSION['country'] = (int)STORE_COUNTRY;
}
}}}



Gruß,
noRiddle"	Frage	closed	normal	modified-shop-2.0.8.0	Admin	2.0.7.2	fixed				
