Forum Discussion
miikka
9 years agoMaven
One interesting observation from our investigations, this could be somehow related to caching.
As when you change language using one of the two dropdown menus, a URL like this will be called:
https://community-stage.skype.com/?setlang=XX
where XX is the identifier of the selected language, for example 'en', 'de', 'es' and so on.
For authenticated users on our stage changing language does not really work at the moment but seems to work (could 100%) when you force the page to be loaded, for example:
https://community-stage.skype.com/?setlang=es?ffdsdfsdfsdfsdf
So I'm wondering whether the request gets cached and instead of actually executing the related business logic, a cached response is returned instead.
Related Content
- 3 months ago
- 2 years ago