Lost session at confirmation page (lost orderid)

Questions around the TYPO3 integration and plugins
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!
User avatar
aimeos
Administrator
Posts: 8585
Joined: 01 Jan 1970, 00:00

Re: Lost session at confirmation page (lost orderid)

Post by aimeos » 15 Nov 2024, 15:45

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, Image give us a star

stiller
Advanced
Posts: 100
Joined: 05 Mar 2016, 15:59

Re: Lost session at confirmation page (lost orderid)

Post by stiller » 16 Nov 2024, 22:29

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.

randomdennis
Posts: 38
Joined: 10 Oct 2024, 12:51

Re: Lost session at confirmation page (lost orderid)

Post by randomdennis » 18 Dec 2024, 14:55

for us the workaround works fine

heural
Posts: 78
Joined: 09 Jun 2022, 07:55

Re: Lost session at confirmation page (lost orderid)

Post by heural » 17 Apr 2025, 06:34

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.
Thanks a lot!

User avatar
aimeos
Administrator
Posts: 8585
Joined: 01 Jan 1970, 00:00

Re: Lost session at confirmation page (lost orderid)

Post by aimeos » 17 Apr 2025, 08:04

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply