why aimeos doesn't save locale

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

Re: why aimeos doesn't save locale

Post by ahmed31916 » 06 Jun 2022, 07:17

Thank you for the clarification.

For this issue, It is assumed that the language priority of the non-registered user is taken from the session, while the registered user is from the database. We don't need to cache all page for this.
Whenever you save something into the session of a user but your content depends on it, it's impossible to cache the page.

Post Reply