Lost session at confirmation page (lost orderid)
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Re: Lost session at confirmation page (lost orderid)
When using "invoice" as payment method, there's no redirect to an external site, just to another page on the same web site. Why is the session lost in that situation?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Lost session at confirmation page (lost orderid)
since we've figured out that it is nothing about an intended transaction we didn't investigate any further. the error is still coming up on a regular basis. the paypal id reveals it is related to returning buyers. perhaps logged in fe_user? sorry, we gave up on this.
-
- Posts: 38
- Joined: 10 Oct 2024, 12:51
Re: Lost session at confirmation page (lost orderid)
for us the workaround works fine
Re: Lost session at confirmation page (lost orderid)
I found out with debug of $_SERVER, that many of the "session lost" cases are from bots like GoogleBot.
I try to "disallow: /confirm" for the bots via robots.txt now.
I try to "disallow: /confirm" for the bots via robots.txt now.
Thanks a lot!
Re: Lost session at confirmation page (lost orderid)
Thanks a lot for debugging, it's very helpful to know that bots are causing most of the log entries related to that issue!
Unfortunately, we can't improve the situation in the Aimeos code as this can only be done in the robots.txt
Unfortunately, we can't improve the situation in the Aimeos code as this can only be done in the robots.txt
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
