Modify

Opened 2 years ago

Closed 2 years ago

#2521 closed Frage (fixed)

$_SESSION['country'] Auswirkungen auf das Backend

Reported by: noRiddle Owned by: somebody
Priority: normal Milestone: modified-shop-2.0.8.0
Component: Admin Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

Die im Frontend eingestellte $_SESSION['country'] hat unerwartete Auswirkungen auf Anwendungen im Backend.
Ich habe versucht das hier im Forum darzulegen:
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

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 2 years ago

Resolution: fixed
Status: newclosed

In 15282:

fix #2521 - remove session country from admin

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.