Hi, Alexander. Yes, you are right. Thanks for reminding me to add a note to the bug entry.
Regards Tomas Liubinas > -----Original Message----- > From: [email protected] [mailto:dev-general- > [email protected]] On Behalf Of Alexander Kludt > Sent: Friday, April 09, 2010 11:31 AM > To: [email protected] > Subject: Re: [oxid-dev-general] Accessing shop remotely > > So possibility 2 is the one that solves this bug right? > > https://bugs.oxid-esales.com/view.php?id=1679 > > -- > > mit freundlichen Grüßen > Alexander Kludt > > Tomas Liubinas schrieb: > > Hi, > > > > FYI due to security considerations we disabled session takeover > > possibility when remoteaccess URL parameter is set to true. You needed > > it when you accessed the shop remotely from another client or redirected > > to shop from 3r party payment site. As an alternative there are two ways > > to access shop remotely now: > > > > 1. Add trusted remote IP (the one from which you access the shop > > remotely) to $this->aTrustedIPs array in config.inc.php file. > > 2. Add correct remote access token to rtoken URL parameter. The > > correct token could be obtained by getter > > [{$oViewConf->getRemoteAccessToken()}] in templates. > > > > Method 1. works from version 4.3.0. Method 2. has been implemented for > > the next release. > > > > Regards > > Tomas Liubinas > > > > _______________________________________________ > > dev-general mailing list > > [email protected] > > http://dir.gmane.org/gmane.comp.php.oxid.general > > _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
